| Summary: | JVM crashes on startup of Eclipse | ||
|---|---|---|---|
| Product: | [Eclipse Project] Equinox | Reporter: | John <ceputter> |
| Component: | Framework | Assignee: | equinox.framework-inbox <equinox.framework-inbox> |
| Status: | RESOLVED NOT_ECLIPSE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | emoffatt, remy.suen, tjwatson |
| Version: | 3.3 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
|
Description
John
I'm not sure if you're using Subclipse, but please try the workaround suggested here: http://subclipse.tigris.org/faq.html#win32-crash Looks like a problem in the library from org.tigris.subversion.javahl.win32 you should open a bug against the plugin provider. (In reply to comment #0) > Recently the JVM updated itself and since then both Europa and Ganymede crash > on startup. > > Can someone tell me how to force an older JVM to be used to run eclipse? > You can use the -vm option to point to an older VM jre/bin directory. Try adding the following two lines to the beginning of your eclipse.ini -vm <full path to old vm root dir>\jre\bin Ooops, bug 234480 for the messages... Sheesh, sorry guys..I had the wrong bug open... Resolve to not eclipse again :) |