Ivon Gonzalez wrote:

The servlet.jar file needs to exist in both Tomcat and the JDK


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]





That is why you setup your CLASSPATH environment. For example mine is(Excuse the line wrapping):


C:\Program Files\Apache Group\Tomcat 4.1\common\lib\servlet.jar;C:\Program Files\Apache Group\Tomcat 4.1\common\lib;c:\JMF\lib\jmf.jar;.

By having this setup both tomcat and your Java development enviroment have access to the servlet (and whatever other item you have it in, such as Java Media Framework, jmf.jar) classes.

Regards

Lee


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to