It says it must be a 64-bit JDK. I have the feeling that you installed (in the past) a 32-bit version of Java. The path for all 32-bit applications on Windows 7 and Vista:
C:\Program Files (x86)\
You set the JAVA_HOME variable to the 32-bit version of Java. Set the JAVA_HOME variable to the following information:
C:\Program Files\Java\jdk1.7.0_45
If this does not work, make sure the JDK version is 1.7.0_45. If not, change the JAVA_HOME variable to (from JAVAVERSION as the Java version number:
C:\Program Files\Java\jdkJAVAVERSION
hichris123 Nov 17 '13 at 17:27 2013-11-17 17:27
source share