On Fri, Apr 06, 2001 at 01:18:59PM -0700, Jerry Asher wrote:
> 1. What should JAVA_HOME be set to?
JAVA_HOME isn't required for anything - it had an important role
under JDK1.1, but that's no longer the case. The usual convention
is that it points to the top of your SDK or JRE installation - tha
Two days ago, I installed JDK 1.3.0_02. Yesterday I installed Tomcat 3.2.1.
I tried JSPs and they failed. I found a Tomcat FAQ that suggested I needed
to add tools.jar to my CLASSPATH.
So, I added
JAVA_HOME/lib/tools.jar
But that didn't work.
Investigation on my machine shows that
JAVA_HO