
July 3rd, 2001, 11:19 AM
|
|
Junior Member
|
|
Join Date: Apr 2001
Posts: 12
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Error compiling servlet code
Hello,
I am having problems compiling the code for a servlet on Solaris.
This is the command I am issuing:
javac -classpath [path]/tomcat-3.2.2/lib/servlet.jar SimpleServlet.java
The error says javac doesn't know about class HttpServlet.
Question: what classpath should I give javac?
Thanks.
|