A JRE or JDK must be available in order to run Eclipse. No JVM was found after searching the following locations

前端 未结 27 2095
渐次进展
渐次进展 2020-12-01 00:31

Eclipse is unable to open, have used eclipse before and has open before without a problem. Now I keep getting the following error message:

A Java Runt

相关标签:
27条回答
  • 2020-12-01 01:24

    adding -vm C:/Program Files/Java/jdk1.6.0_29/bin/javaw.exe to the .ini file helped me.

    0 讨论(0)
  • 2020-12-01 01:24

    I just had this problem and fixed it this way. I noticed the error message has jre in it not jre6 or jre7, so i copied jre6 from program files to eclipse folder then renamed it from jre6 to jre, then it worked :p

    0 讨论(0)
  • 2020-12-01 01:24

    I had this problem and it was due to my windows machine playing up. I went into control panel -> system -> advanced - environment variables.

    I edited the PATH variable (which was already correctly set up), changed NOTHING, clicked OK to come back out of the screens.

    Then eclipse worked. No idea why, except because windows. Hopefully this may help someone.

    0 讨论(0)
提交回复
热议问题