Hi,
I am not able to start my
tomcat.
It is giving the below gien error:
The JAVA_HOME environment variable is not defined correctly
This environment variable is needed to run this program
NB: JAVA_HOME should point to a JDK not a JRE
I have done th following settings in the user variables:
JAVA_HOME: C:\Program Files\Java\jdk1.6.0_24
CLASSPATH: E:\softwares\Tomcatnew\Tomcat\apache-tomcat-6.0.32\lib
PATH: C:\Program Files\Java\jdk1.6.0_24\lib;%JAVA_HOME%\bin
I have done th following settings in the system variables:
JAVA_HOME: C:\Program Files\Java\jdk1.6.0_24
CLASSPATH: E:\softwares\Tomcatnew\Tomcat\apache-tomcat-6.0.32\lib
PATH: %JAVA_HOME%\bin
Please let me know what settings am i missing here.