Eclipse does not start on Windows 7
Posted
by
van
on Stack Overflow
See other posts from Stack Overflow
or by van
Published on 2014-06-13T15:21:22Z
Indexed on
2014/06/13
15:24 UTC
Read the original article
Hit count: 370
Suddenly Eclipse today has decides to stop working. The last thing I did was close all perspectives and close Eclipse.
When loading eclipse from the command prompt, using: "eclipse.exe -clean" the splash screen loads for a split second then exits.
When I run the command: eclipsec -consoleLog -debug it results in the following output:
Start VM: -Dosgi.requiredJavaVersion=1.6
-Dhelp.lucene.tokenizer=standard
-Xms4096m
-Xmx4096m
-XX:MaxPermSize=512m
-Djava.class.path=d:\devtools\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.
0.v20130327-1440.jar
-os win32
-ws win32
-arch x86_64
-showsplash d:\devtools\eclipse\\plugins\org.eclipse.platform_4.3.0.v20130605-20
00\splash.bmp
-launcher d:\devtools\eclipse\eclipsec.exe
-name Eclipsec
--launcher.library d:\devtools\eclipse\\plugins/org.eclipse.equinox.launcher.win
32.win32.x86_64_1.1.200.v20130521-0416\eclipse_1503.dll
-startup d:\devtools\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v201303
27-1440.jar
--launcher.appendVmargs
-product org.eclipse.epp.package.standard.product
-consoleLog
-debug
-vm C:/Program Files/Java/jdk1.6.0_37/bin\..\jre\bin\server\jvm.dll
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Dhelp.lucene.tokenizer=standard
-Xms4096m
-Xmx4096m
-XX:MaxPermSize=512m
-Djava.class.path=d:\devtools\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.
0.v20130327-1440.jar
Error occurred during initialization of VM
Incompatible minimum and maximum heap sizes specified
Checking Task Manager shows no Java process running and both the CPU and memory usage are very low. I have tried:
- Re-installing Eclipse
- Re-starting my machine
But running eclipsec -consoleLog -debug from the command prompt still results in the issue:
Error occurred during initialization of VM
Incompatible minimum and maximum heap sizes specified
© Stack Overflow or respective owner