0
I just downloaded Eclipse (because I will handle Android development), but when trying to open appears the message below.
JRE is installed on my machine as I can use Netbeans normally without problems.
Detail is that when you type "java -version" in cmd, it says that the "java" command does not exist.
A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after Searching the following Locations: D: Downloads eclipse-java-Kepler-SR2-Win32-x86_64 eclipse jre bin javaw.exe javaw.exe in your Current PATH
Have you tried adding the java path to the path?
– Bacco
Bacco, for this I need to change the environment variable "path", including the path of the JRE bin folder and include a JAVA_HOME variable with the path of the Java folder. That’s right?
– user7618
bin folder of JDK, Everything else was right
– Math
I did, but now it presents this message: Failed to load the JNI Shared library "C: Program Files (x86) Java jdk1.7.0 bin.. jre bin client jvm.dll".
– user7618