Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Eclipse crashes

Kevin McGuire wrote:

Looks like a Java VM error. What JDK are you running? (is there an update?)

It's the one that was pre-installed:

java version "1.5.0_16"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)
Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)

According to the Software Update application, this is update 3. From the http://developer.apple.com/java/ web page, it seems they have a Java 6 version, too. Do you think that will help?

I'm wondering if it may be due to some memory leak in my code (using up SWT-oriented resources), or if others have experienced the same issue.

Hallvard



Back to the top