On 2012-09-24 21:55, Ulrich Van Den Hekke wrote: > Hi, > > I have the same problem. I start eclipse configure some project, install ADT > plugin to work, after a few restart, i have this bug (splash screen hang on > Loading Workbench). Removing .eclipse resolve the problem, but i need to > reinstall plugin, and configuration, until the next hang. > >
Hi, What version of Java are you using to run Eclipse? If in doubt, running "readlink -f /usr/bin/java" should be a good guess. Example: """ $ readlink -f /usr/bin/java /usr/lib/jvm/java-6-openjdk-i386/jre/bin/java """ If that gives you Java 6 (examples include java-6-openjdk or java-6-sun-java), could you try with Java 7? Ensure you have openjdk-7-jdk installed and run (as root): """ $ update-java-alternatives --set java-1.7.0-openjdk-i386 """ ~Niels -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org