Chambo Posted August 23, 2015 Share Posted August 23, 2015 (edited) Hey guys so I've had this problem all weekend. Eclipse was running just fine until tried updating my Java to Java 8. I have Windows 8 & I'm currently getting this message: So I followed this guide: http://stackoverflow.com/questions/6333874/eclipse-startup-error-code-1 Copy of my eclipse.ini -startup plugins/org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.300.v20150602-1417 -product org.eclipse.epp.package.dsl.product --launcher.defaultAction openFile --launcher.XXMaxPermSize 256M -showsplash org.eclipse.platform --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile --launcher.appendVmargs -vmargs -vm C:\Program Files (x86)\Java\jdk1.8.0_60\jre\bin\javaw.exe -Dosgi.requiredJavaVersion=1.8 -Xms256m -Xmx512m And even after I follow the guide as you can see in the 2nd picture nothing will prevail. I was half way through my Gold Farm script when my computer just restarted and updated. I don't know if it's from Java updating or my computer restarting. Things I have tried so far: Uninstall/Reinstall Java Delete/Re-Download Eclipse Set Environment Variables Change -Xmx1024m to -Xmx512m in eclipse.ini Numerous others in eclipse.ini Restarted my computer about 2 times Any help at all would be greatly appreciated. I've searched all over Google/YouTube/Eclipse Forums, and couldn't find any help. I've been searching all weekend because I know how people are about use the "Google Search/Forum Search" method. Please if you guys have any idea how to fix this please let me know! Thanks in advance! Edited August 23, 2015 by Chambo Quote Link to comment Share on other sites More sharing options...
Rudie Posted August 23, 2015 Share Posted August 23, 2015 Tried removing 64 bit java and install 32 bit? Or the other way around? Quote Link to comment Share on other sites More sharing options...
Chambo Posted August 23, 2015 Author Share Posted August 23, 2015 Tried removing 64 bit java and install 32 bit? Or the other way around? I haven't... lol I have to get some rest as I have to get up again in 5 hours for work. But I will try that tomorrow and I will post again! Thanks for the reply! Quote Link to comment Share on other sites More sharing options...
Deceiver Posted August 23, 2015 Share Posted August 23, 2015 I think this happened to me before, try uninstalling and reinstalling Eclipse. Quote Link to comment Share on other sites More sharing options...
FrostBug Posted August 23, 2015 Share Posted August 23, 2015 I think this happened to me before, try uninstalling eclipse and installing netbeans instead Quote Link to comment Share on other sites More sharing options...
Chambo Posted August 23, 2015 Author Share Posted August 23, 2015 I think this happened to me before, try uninstalling and reinstalling Eclipse. As I have already stated I have already removed Eclipse and re-downloaded it. I think this happened to me before, try uninstalling eclipse and installing netbeans instead Not sure if you're trolling... lol But if so please be serious... lol Quote Link to comment Share on other sites More sharing options...
itzDot Posted August 23, 2015 Share Posted August 23, 2015 go with netbeans it's much better Quote Link to comment Share on other sites More sharing options...
Gold Scripts Posted August 25, 2015 Share Posted August 25, 2015 I personally use IntelliJ, i've written all of my scripts and a space invaders game for school completely in IntelliJ. Although if i had to make a second choice, i'd go with eclipse Quote Link to comment Share on other sites More sharing options...
Chambo Posted August 25, 2015 Author Share Posted August 25, 2015 (edited) I personally use IntelliJ, i've written all of my scripts and a space invaders game for school completely in IntelliJ. Although if i had to make a second choice, i'd go with eclipse Well it's just that i'm new to coding Java and I heard Eclipse was easier to use/work with. But I think I could try something new! Thanks! Edit: Corrected misspelled word... Edited August 25, 2015 by Chambo Quote Link to comment Share on other sites More sharing options...
Chambo Posted August 25, 2015 Author Share Posted August 25, 2015 If a mod/admin could close this topic and move it to resolved that would be great. Solution: Downloaded Intellij and have decided to use that instead of Eclipse. Quote Link to comment Share on other sites More sharing options...