Bug#684604: Same problem here

2013-01-14 Thread Niels Thykier
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

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#684604: Same problem here

2013-01-14 Thread Niels Thykier
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

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#684604: Same problem here

2012-09-24 Thread Ulrich Van Den Hekke
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.


-- 
Ulrich Van Den Hekke
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.