how to compile servlet from the command line on windows
Hi,
I have a FileUploadBean.java file, which use HttpServletRequest object and HttpServletInputStream object, I add "Tomcat_home/common/lib/servlet.jar into my path. But when I compile this file, it still couldn't recognize those object. What's going wrong. How to compile my class from command line on Window2000?
Thanks in advance!
Junmin

