How to compile from the src directory ?
Hello
I am on Chapter 2 of the "Professional Java Servlets 2.3 text.
page 55 paragraph 2 says:
" Place he BasicServlet.java file in the basicServlets subfolder
of the source code directory (scr) [did that]
Then is says:
" then compile it from the src directory susing the javax compiler,
[how do I do that?]including %CATALINA_HOME%\common\lib\servlet.jar in your classpath [how do I do that?]
Then it says:
"Move the resultint class file into the classes\\basicServlets directory [please explain how to do that too !]
Thanks
Joe
|