Eclipse won't start. No Error code! [message #1749695] |
Fri, 09 December 2016 14:18  |
Eclipse User |
|
|
|
Hi, I recently downloaded Eclipse Neon v 1.1. When I first tried to run it it gave me error code 13, so I started researching how to fix it. I found an answer, which was to alter my eclipse.ini. So I did that and then I got another error code, this time it was error code 1. So I researched again. Found an answer, it was to AGAIN alter my eclipse.ini. So I tried it one final time and then something very strange happened... the welcome screen/splash showed up for a split second then went away, I kept trying to run it but the same thing happened. I have been researching for 2 days straight now, no luck. Some other people have had the same problem, but it was a little bit different, the other people have run Eclipse before, so they have their workspaces, but I have never run it before so I don't have much to work with. I have tried reinstalling java and eclipse for the right number of bits (64), but nothing changed.
Here are my eclipse.ini lines:
-startup
plugins/org.eclipse.equinox.launcher_1.3.200.v20160318-1642.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.400.v20160518-1444
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vm
C:\Program Files\Java\jdk1.8.0_111\bin\javaw.exe
-XX:-UseCompressedOops
-vm
C:\Program Files\Java\jdk1.8.0_111\jre\bin\server\jvm.dll
-vmargs
-Dosgi.requiredJavaVersion=1.8
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx1024m
I need some help right now. I am new to eclipse. Thanks!
|
|
|
|
|
|
Re: Eclipse won't start. No Error code! [message #1749803 is a reply to message #1749717] |
Mon, 12 December 2016 09:51  |
Eclipse User |
|
|
|
In your eclipse.ini try removing these lines:
-vm
C:\Program Files\Java\jdk1.8.0_111\bin\javaw.exe
-XX:-UseCompressedOops
If that doesn't work, get the Installer from www.eclipse.org/downloads (you're correct, the "main" download link/button on that page - you'll know because it's a much smaller download than the packages which are hundreds of MB).
|
|
|
Powered by
FUDForum. Page generated in 0.10900 seconds