you are missing servlet.jar from your CLASSPATH. You could either add it in the CLASSPATH. or you could put it the JAVA_HOME/lib/ and it will be picked up next time you compile your java files.
There is a really nice Java IDE called JCreator. Its looks a lot like Microsoft Visual tools. In JCreator you could make list of your .jar files and included them into whatever project you want. When you compile with JCreator those .jar files are automatically included in your CLASSPATH. This keeps you away from cluttering your CLASSPATH. Its free also. check it out www.jcreator.com Regards, Pritpal Dhaliwal -----Original Message----- From: Eric Strain [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 2:33 PM To: [EMAIL PROTECTED] Subject: new tomcat user Hi: I'm new to tomcat, does anyone here know where tomcat looks for the javax.servlet package when building the servlets? I run TC from the command line as C:\jdk11.8.3>javac.exe MyProgram.java and TC can't find the javax.servlet packages from import javax.servlet.*; and import javax.servlet.http.*; any help is appreciated thanks. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
