Hello,
I am confused on CLASSPATH variable on my NT 4.0 box. I am running the
tomcat server, and the Sun book for Core JSP says I can make a folder called
classes in the installdir. My install is at the following location:
D:\tomcat\jakarta-tomcat-3.2.2b2
Inside there are <lib><src><conf><doc><logs><webapps><work><bin><LICENSE>
The book says I should create a dir at that level called <classes> which I
can insert my servlets.
So I created a dir called classes, and put in a few java files.
I set the CLASSPTH like this:
set CLASSPATH=.;D:\tomcat\jakarta-tomcat-3.2.2b2\lib\servlet.jar
I assume that will get all the classes I need like the HttpServlet, etc.
And that seemed to work. But later I was working on packages, and they said
to do some other classpaths for working with packages, and now I am all
screwed up.
My Question:
Can I look at what CLASSPATHS are set? If so, how?
How do I work with packages and keep all these paths straight?
Any assistance would be appreciated.
Scott