Bonjour, Je cherche � utiliser eclipse sur ma SID, et j'ai pas mal de probl�mes pour faire fonctionner l'appli.
J'ai install� l'environnement java provenant de deb http://jopa.studentenweb.org/debian ./ J'ai des applis java qui marchent bien, comme par exemple ldapbrowser 2.8.2, �a marche aussi sous galeon/mozilla. Contexte: --> Environnement Java # dpkg -l | grep -i blackdown ii j2re1.4 1.4.1-6 Blackdown Java(TM) 2 Runtime Environment, Standard Edition --> Eclipse J'ai install� la version de la sid, � savoir la 2.1.3-4. Au lancement j'ai �a: [EMAIL PROTECTED]:~$ eclipse Setting up user Settings... Edit /home/laurent/.eclipse/eclipserc to change the default settings. Creating /home/laurent/eclipse directory to be used as default workspace... Using default /usr/bin/java as java virtual machine... An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x4002AB22 Function=__pthread_mutex_lock+0x12 Library=/lib/libpthread.so.0 Current Java thread: at java.util.zip.Inflater.end(Native Method) at java.util.zip.Inflater.end(Inflater.java:294) - locked <0x448a4448> (a java.util.zip.Inflater) at java.util.zip.ZipFile.close(ZipFile.java:357) - locked <0x448a5c00> (a java.util.Vector) at java.util.zip.ZipFile.finalize(ZipFile.java:378) at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method) at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:83) at java.lang.ref.Finalizer.access$100(Finalizer.java:14) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:160) [....] Local Time = Tue Jun 29 14:48:22 2004 Elapsed Time = 4 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (Blackdown-1.4.1-01 mixed mode) # # An error report file has been saved as hs_err_pid16872.log. # Please refer to the file for further information. # /usr/bin/eclipse: line 91: 16872 Signal inconnu 33 $ECLIPSE -showsplash "$SPLASH_PARAM" $OPTIONS 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 /home/laurent/.eclipse/eclipsrc, so that JAVA_HOME points to the right VM. If that is not the reason, please check /home/laurent/eclipse/.metadata/.log for errors. Also, read /usr/share/doc/eclipse-platform/README.Debian for possible reasons, why eclipse crashed. J'ai voulu voir le fichier log dont ils parlent, mais il n'est m�me pas cr�� ! Voil�, si vous avez des id�es je suis preneur, je googlelise en parall�le... Merci Laurent PS: J'ai test� �galement la version 3.0 de eclipse install�e par tar gz, et m�me erreurs.

