hi,
i have installed java sdk 1.3.0 and java servlet on my winme machine. earlyer i had no problem in compiling any servlet but after the reinslation of the my system i installed java softwares again but now i um unable to compile servlets, thoug i can run and i can compile java class files but not srevlets.
can anyone tell what might be the problem. bin paths are all ok.
regards from saif
-
can not compile servlet (1 messages)
- Posted by: mob ssa
- Posted on: August 27 2001 19:22 EDT
Threaded Messages (1)
- can not compile servlet by Andy Nguyen on August 28 2001 11:31 EDT
-
can not compile servlet[ Go to top ]
- Posted by: Andy Nguyen
- Posted on: August 28 2001 11:31 EDT
- in response to mob ssa
What errors are you getting? Can you post the output you get from javac?
It could be that your classpath doesn't include the classes from the servlet packages.
Andy