Hello there, <br><br>I had the same issue on a Debian SID x86_64. <br>As a sid, there was no eclipse update, only an install on July: eclipse:amd64 (3.8.0~rc4-1)<br>The only openjdk update is from October 23rd<br>openjdk-6-jre:amd64 6b24-1.11.4-3 -> 6b24-1.11.5-1<br>
<br>The problem appeared after the SVN plugin uninstall (because of a plugin problem) : when asked to reboot, I agreed and Eclipse would stop at the point "Loading Workbench". Killing the graphic application launched what seemed to be a deadlock, as the java process was taking all CPU time. A simple "kill pid" stopped the process. Unfortunately, I have not kept the details (haven't made a strace)<br>
<br>What was done:<br><br>aptitude remove eclipse<br>aptitude install eclipse<br>=> Nothing changed<br><br>aptitude install openjdk-7-jdk<br>update-alternatives --config java<br><br>=> I chose java7 and ran eclipse from a term. This solved the issue.<br>
I than chose java6 (with update-alternative). Eclipse launches successfully.<br>Tried to launch eclipse form a graphical menu with success. No ~/.eclipse/ were deleted. <br><br>$ java -version<br>java version "1.6.0_24"<br>
OpenJDK Runtime Environment (IcedTea6 1.11.5) (6b24-1.11.5-1)<br>OpenJDK 64-Bit Server VM (build 20.0-b12, mixed mode)<br><br>$ java -version<br>java version "1.7.0_03"<br>OpenJDK Runtime Environment (IcedTea7 2.1.3) (7u3-2.1.3-1)<br>
OpenJDK 64-Bit Server VM (build 22.0-b10, mixed mode)<br><br>Eclipse packages:<br><br> LANG=en_US dpkg -l eclipse\*<br>Desired=Unknown/Install/Remove/Purge/Hold<br>| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend<br>
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)<br>||/ Name                              Version               Architecture          Description<br>+++-=================================-=====================-=====================-========================================================================<br>
ii  eclipse                           3.8.0~rc4-1           all                   Extensible Tool Platform and Java IDE<br>un  eclipse-common-nls                <none>                                      (no description available)<br>
un  eclipse-ecj                       <none>                                      (no description available)<br>ii  eclipse-jdt                       3.8.0~rc4-1           all                   Eclipse Java Development Tools (JDT)<br>
un  eclipse-jdt-gcj                   <none>                                      (no description available)<br>ii  eclipse-pde                       3.8.0~rc4-1           amd64                 Eclipse Plug-in Development Environment (PDE)<br>
un  eclipse-pde-gcj                   <none>                                      (no description available)<br>ii  eclipse-platform                  3.8.0~rc4-1           amd64                 Eclipse platform without development plug-ins<br>
un  eclipse-platform-common           <none>                                      (no description available)<br>ii  eclipse-platform-data             3.8.0~rc4-1           all                   Eclipse platform without development plug-ins (data)<br>
un  eclipse-platform-gcj              <none>                                      (no description available)<br>un  eclipse-platform-nls              <none>                                      (no description available)<br>
un  eclipse-plugin-cvs                <none>                                      (no description available)<br>ii  eclipse-rcp                       3.8.0~rc4-1           amd64                 Eclipse Rich Client Platform (RCP)<br>
un  eclipse-rcp-gcj                   <none>                                      (no description available)<br>un  eclipse-source                    <none>                                      (no description available)<br>
<br><br><br>Hope it helps. <br><br>-- <br><div>Dave Tapesar<br><br></div>