We've discovered that the path locations that we found on the net were
not correct... It works now!
Here are our paths:
CLASSPATH: C:\j2sdk1.4.2_12\bin\;C:\WINDOWS\system32\QTJava.zip
JAVA_HOME: C:\j2sdk1.4.2_12\
QTJAVA: "C:\WINDOWS\system32\QTJava.zip"
After updating the paths we uninstalled and reinstalled Tomcat.
Apparently Tomcat was not dynamically checking for changes in the path
locations and required a fresh install.
> > I've installed my Java libraries, and I am successfully able to compile
> > and run Jave files from the command line. However, when I attempt to
[quoted text clipped - 62 lines]
>
> /Steen
Jeff Kish - 12 Jun 2006 21:26 GMT
>We've discovered that the path locations that we found on the net were
>not correct... It works now!
[quoted text clipped - 8 lines]
>Apparently Tomcat was not dynamically checking for changes in the path
>locations and required a fresh install.
<snip>
Just a newbie here, but that just doesn't sound correct. I'm sure the java
location is 'dynamic' and just requires setting of an environmental pointer or
two, or possibly update of some .xml file along with stopping and starting the
Tomcat service (if it is a service).
glad its working though.
Can someone tell me if I'm right or wrong?
Jeff Kish