If java.home points to the JRE, this 'might' point you at a JDK - but it is
certainly an unwise choice for those who don't dereference a JRE, buried
within a JDK, as JAVA_HOME.
Which brings up a good point, you may have to modify the envvars of the
SYSTEM (LocalSystem) account, or whichever accoun
When I install the tomcat server 5.0.27 as a service, it's not able to
compile any .jsp page.
After some tests I found out, that in the file catalina.xml, the
property tools.jar is set to the location="${java.home}/../lib/tools.jar" .
If you change the location to "${java.home}/lib/tools.jar" th