I have installed the JDK, to C:\jdk, the JAVA_HOME variable is set to C:\jdk\jdk, and when I echo %JAVA_HOME% I get C:\jdk\jdk. Yet Tomcat complains.

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 seem to be having errors with my environment variables. Often when I start a Command Line instance from the start menu, I receive different variables, to when I start an instance from the Windows 7 Right click > Open Command Window here.

What gives?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

does C:\jdk\jdk have a bin/ directory? if not, try setting java home to just c:\jdk. failing that find out where the bin/ directory that has javac.exe in it and use the parent directory of bin/ for java home.

link|improve this answer
for example, mine is C:\Program Files\Java\jdk1.6.0_20\ – Ray Tayek Aug 30 '10 at 2:08
Yep it does have the bin directory in it. I can go "javac" from the command line and it works. – Dominic Bou-Samra Aug 30 '10 at 2:09
very strange. maybe it needs a path to %JAVA_HOME$\bin. failing that, try installing the jdk with the installer so it goes into a more standard place (like mine: C:\Program Files\Java\jdk1.6.0_20). – Ray Tayek Aug 30 '10 at 21:39
Will try this soon. – Dominic Bou-Samra Aug 30 '10 at 22:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.