Community
Participate
Working Groups
Build Identifier: 20110615-0604 Eclipse is hanging upon startup. When I was lucky enough to have the IDE actually open, it would hang when trying to open a file of any extension. I've been trying for about an hour, running it with -clean and disabling any plugins I have. The error text that is being thrown is attached. Reproducible: Always Steps to Reproduce: 1. Open eclipse. 2. Open file.
Created attachment 200315 [details] Dump
Please attach a stack dump. http://wiki.eclipse.org/index.php/How_to_report_a_deadlock
Note this line in the error message: -vm C:\Windows\system32\javaw.exe This is there the Eclipse gets JVM to use. The JVM has to be: - Java 1.5 or better; preferably not an update 21 (see bug 319514); - If 64-bit Eclipse is used, it needs 64 bit VM; if 32 bit Eclipse is used, it needs 32 bit VM - Consider increasing PermGen: add the following line after "-vmargs" to your eclipse.ini: -XX:MaxPermSize=256m - consider increasing max Heap size Does that help?
(In reply to comment #3) > Note this line in the error message: > -vm C:\Windows\system32\javaw.exe > > This is there the Eclipse gets JVM to use. Which can be changed by using "-vm" runtime argument with the Eclipse executable or in its ".ini" file.
See comment 2 and comment 3.