Bug#684604: Same problem here

Niels Thykier niels at thykier.net
Mon Jan 14 15:11:14 UTC 2013


On 2013-01-14 15:43, Niels Thykier wrote:
> 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
> """
> 

Correction; if you are on an i386 that above command is correct, though
it changes based on your architecture.  Running the following command
(yes, quotes in it are important) should give you a list of valid Java7
installations you can use with "update-java-alternatives --set":

"""
  # update-java-alternatives --list | awk '/1\.7/ { print $1 }'

"""

~Niels



More information about the pkg-java-maintainers mailing list