[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Eclipse crashes at startup

On 9/11/09 4:38 AM, konrad.hinsen@xxxxxxx wrote:
Konrad.hinsen.free.fr wrote on Fri, 11 September 2009 00:24
So there seems to be something in my user account that prevents
Eclipse from working, but I don't have the slightest idea of what that
could be!


I found and removed the cause of the problem: I had a couple of jar
files in ~/Library/Java/Extensions, which apparently are on the
classpath of every Java application, including Eclipse. One of them,
gnujaxp.jar, caused the errors I observed. Removing it solved the
problem - except that I don't know where it came from, so I may have
trouble with some other program that requires it.

Is there any way to make Eclipse run without the contents of
~/Library/Java/Extensions on its classpath? That would certainly be safer.

Ick, the notion of an extensions directory of JARs (Windows Java has it, too) is one of the worst JVM ideas ever implemented. Thanks for posting your findings.


Eric