

Anyway Eclipse starts and runs for me now.įor those of you who tried all the above answers without any success, try lowering your -Xms value. I think my java version was set correctly. The minimum java version that is required to launch Eclipse.

I have no idea why removing osgi.requiredJavaVersion=1.6 fixed this as my jvm version is 1.6. To get Eclipse to start successfully I removed -vmargs
ECLIPSE JAVA 2017 INSTALL
Eclipse stopped working even though I made no config changes and did not install any new jdk's. Better set it to a specific folder in your eclipse.ini to be certain.
ECLIPSE JAVA 2017 UPDATE
If you update Java (automatically?) you might run into problems in your Eclipse wondering what you might have changed.

However I'd not recommend that, since you might be wrong guessing the JVM used. If you don't know where the eclipse.ini file is: regularly it is in the folder of your eclipse.exe.Įdit2: the reason why installing the latest Java Version worked for you is because Eclipse checks the standard path for a JVM if it doesn't find a -vm entry (see here). More on paths can be found here (scroll down). to your eclipse.ini file, pointing to the JDK you want to use, and check that the required Java version is at least as new as your JDK. !\ make sure, that the -vm option occurs before the -vmargs command.Įverything after -vmargs is passed directly to the JVM. Try adding the following (noting the new line): The error message points to a problem with your Java version. I just downloaded and dearchived android SDK for Windows.
