SOLVED: I reinstalled JDK and it works fine.
When I run Eclipse, it will show the splash screen for a split second and then close.
I tried removing everything like the eclipse and all my workspace folders. Re-downloaded eclipse, un-zipped the file, and it did the same thing when I tried to run it.
I went to the command line and typed this command eclipsec -consoleLog -debug to get some debug results when eclipse starts up. Here is what was outputed:
Start VM: -Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-Djava.class.path=C:\Program Files\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
-os win32
-ws win32
-arch x86
-showsplash C:\Program Files\eclipse\\plugins\org.eclipse.platform_4.2.1.v201209141800\splash.bmp
-launcher C:\Program Files\eclipse\eclipsec.exe
-name Eclipsec
--launcher.library C:\Program Files\eclipse\\plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120522-1813\eclipse_1503.dll
-startup C:\Program Files\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.overrideVmargs
-product org.eclipse.epp.package.jee.product
-consoleLog
-debug
-vm C:\Program Files\Java\jre6\bin\client\jvm.dll
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Dhelp.lucene.tokenizer=standard
-Xms40m
-Xmx512m
-XX:MaxPermSize=256m
-Djava.class.path=C:\Program Files\eclipse\\plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
Error occurred during initialization of VM java/lang/NoClassDefFoundError: java/lang/Object
I'm running this on a 32-bit Windows XP machine. I have no idea what this means. Thanks!
