> I know Ive been at this for bout 6 months now, but what do 
> you mean when you 
> say "'servlet.jar' should be located in the classpath"?
that means that you should compile it with

javac -classpath .;PATH_TO_SERVLET_API YourClass.java

regards,
vVolf

Reply via email to