I have Win98 machine using JDK1.2.2 and JWSDK1.0.1
When I use the webserver I can load any files in the examples when I cut and past the source to another directory, and try the javac command(even specifying the classpath in the command line) I get an error that javax is not found. Could someone tell me what I have forgotten to do here? I added the tools.jar file to the classpath which looks like this:
SET CLASSPATH=c:\jdk1.2.2\bin;c:\jdk1.2.2\lib\tools.jar;c:\jdk1.2.2\lib\servlet.jar;c:\jswdk-1.0.1\\lib\jspengine.jar;
 
Thanks in advance for any advice here.
 
Respectfully,
[EMAIL PROTECTED]

Reply via email to