I have a small Trouble OPENING Eclipse

When I try to open Eclipse, following is the error:

!SESSION Thu Jun 14 19:56:07 EDT 2007

!ENTRY org.eclipse.core.launcher 4 0 2007-06-14 19:56:07.796

!MESSAGE Exception launching the Eclipse Platform:

!STACK

java.lang.NullPointerException

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:186)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)

at org.eclipse.core.launcher.Main.basicRun(Main.java:280)

at org.eclipse.core.launcher.Main.run(Main.java:977)

at org.eclipse.core.launcher.Main.main(Main.java:952)

[907 byte] By [SIDa] at [2007-11-27 7:52:40]
# 1

You should probably go to eclipse.org and ask there, assuming they have forums.

This site is about Java generally and you're asking about a specific application. People here may be familiar with the problem you're having, but the odds are much better that the people at eclipse.org will know about it.

Message was edited by:

paulcw

paulcwa at 2007-7-12 19:33:54 > top of Java-index,Java Essentials,Java Programming...
# 2
Only idea I have is reinstalling Eclipse. It's a pain but that would fix your problem. Just make sure you make a backup of all your stuff before removing eclipse. I had a problem with that once.
gunth82a at 2007-7-12 19:33:54 > top of Java-index,Java Essentials,Java Programming...
# 3
It tried that 10 times before you told me to!!! I am VERRRRY frustrated.............Thanks for your suggestion though!
SIDa at 2007-7-12 19:33:54 > top of Java-index,Java Essentials,Java Programming...
# 4
may be JRE issue, re-install jre may fix it.
jackwenttohilla at 2007-7-12 19:33:54 > top of Java-index,Java Essentials,Java Programming...
# 5

I don't know how you're 'installing' Eclipse since I got the Windows version as a zipped file which I simply unzipped and that was it.

I had this same problem and the cause seems to be the length of the path ( > 256 ). Try putting your Eclipse directory in the root of your drive or only one level down, for example: C:\eclipse or C:\IDEs\eclipse. This solved my problem.

Note: It's not the path to Eclipse itself but to it's plugins for example: eclipse\plugins\org.eclipse.platform.source.win32.win32.x86_3.2.2.r322_v20070119-RQghndJN8IM0MsK. Now that would certainly go over the 256 char limit!

Hope this helps. ( And don't forget the dukes if it does! :D)

nogoodatcodinga at 2007-7-12 19:33:54 > top of Java-index,Java Essentials,Java Programming...