Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0
-
None
-
WINDOWS XP HOME SP2, JDK 1.6
Description
After downloaded Groovy 1.0 and setup the environment, the execution of groovy command shows the following:
ERROR: JAVA_HOME is set to an invalid directory: c:\java\jdk1.6.0
Please set the JAVA_HOME variable in your environment to match the location of your Java installation.
Nonetheless the JDK is installed correctly:
JAVA_HOME=C:\java\jdk1.6.0
PATH=%JAVA_HOME%\bin
The executable file (as in the usual JDK) java.exe is present.
JAVA is working fine in the station.
TIA