Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Urgent: Why org.apache.tomcat.* package does not exist?

843838May 8 2006 — edited May 8 2006
i am writing some programs about ldap

my program code has used some packages as the followings

import org.apache.tomcat.core.*;
import org.apache.tomcat.util.*;
import org.apache.tomcat.util.xml.*;

i am using apache + tomcat4.1 server, jsdk1.4

i have set the classpath that contains all the jar files in $TOMCAT_HOME\common\lib

after setting the classpath, i compiled the code
it said the above packages does not exist

where should i find those packages?
Aren't they in the tomcat i installed?

PLX HELP
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 5 2006
Added on May 8 2006
1 comment
296 views