Thread: Tomcat variable
View Single Post
  #2 (permalink)  
Old 08-07-2007, 08:40 AM
mathias mathias is offline
Member
 
Join Date: Jul 2007
Posts: 40
mathias is on a distinguished road
The variable you will want is "JAVA_HOME" and should be set to your JDK installation directory, for example, if you installed your JDK at C:\jdk, then
Code:
JAVA_HOME=C:\jdk
I set mine up under user variables, but there is only one user on my system so it doesn't make much difference for me.
Reply With Quote