Hi Chuck,
Can you let me know which dir in Tomcat 5.5.12 has the java compiler?
Thanks,
Jimmy
From: Samara, Fadi N Mr ACSIM/ASPEX
> [mailto:[EMAIL PROTECTED]
> Subject: RE: tomcat and javac (UNCLASSIFIED)
>
> Which Java version are you using ?
> If you are referring to JAVA_HOME as the environment variable, then it
> should point to your java sdk not jre
Not true with Tomcat 5.5 levels - they only need a JRE, not a full JDK.
The 5.5 series includes its own Java compiler.
As far as running with levels prior to 5.5, you don't need a full SDK,
but you must have tools.jar installed, usually in JAVA_HOME/lib (not
JAVA_HOME/jre/lib).
- Chuck