I recently started writing Java Servlets, and I've ran into a little snag. Whenever I try to compile my source code (.java) file, it replies with someting similar to:
'package javax not found in import'
 
What do I put in my PATH or CLASSPATH statements to solve this problem. I have JDK1.2.2 and JSWDK-1.0 installed. Or, do I need a JSDK installed.
 
Thanks.
 

Reply via email to