Après installation des packages eclipse-sdk et du j2sdk-1.4 sous debian sid, lorsque je veux lancer eclipse, j'obtiens l'erreur suivante :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
Including user settings ~/.eclipse/eclipserc...
Using /root/eclipse as default workspace...
Using default /usr/bin/java as java virtual machine...
org.eclipse.swt.SWTException: Device is disposed
        at org.eclipse.swt.SWT.error(SWT.java:2330)
        at org.eclipse.swt.SWT.error(SWT.java:2260)
        at org.eclipse.swt.widgets.Display.createDisplay(Display.java:484)
        at org.eclipse.swt.widgets.Display.create(Display.java:469)
        at org.eclipse.swt.graphics.Device.<init>(Device.java:111)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:303)
        at org.eclipse.swt.widgets.Display.<init>(Display.java:299)
        at org.eclipse.ui.internal.Workbench.run(Workbench.java:1361)
        at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
        at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
        at org.eclipse.core.launcher.Main.run(Main.java:747)
        at org.eclipse.core.launcher.Main.main(Main.java:583)
ERROR: eclipse crashed, The reason *could* be, that /usr/bin/java
was used as java virtual machine and that this VM isn't fit to run
eclipse. If thats the case, please edit /root/.eclipse/eclipsrc, so
that JAVA_HOME points to the right VM.
 
If that is not the reason, please check /root/eclipse/.metadata/.log for
errors. Also, read /usr/share/doc/eclipse-platform/README.Debian
for possible reasons, why eclipse crashed.
D'où vient mon erreur ?
Merci