Page 1 sur 1

Erreur au lancement no splashscreen

Posté : sam. juil. 08, 2017 4:10 pm
par jeanpierre
Bonjour,
J'ai pu lancer OpenConcerto-Configuration.sh mais quand j'ai voulu lancer OpenConcerto.sh, j'ai reçu le message d'erreur suivant :

UncaughtException on thread Thread[main,5,main]

no splashscreen in java.library.path
org.openconcerto.utils.ExceptionHandler: UncaughtException on thread Thread[main,5,main]
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:121)
at org.openconcerto.utils.ExceptionHandler.handle(ExceptionHandler.java:125)
at org.openconcerto.erp.config.Gestion$2.uncaughtException(Gestion.java:198)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1057)
at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1052)
at java.lang.Thread.dispatchUncaughtException(Thread.java:1959)
Caused by: java.lang.UnsatisfiedLinkError: no splashscreen in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at java.awt.SplashScreen$1.run(SplashScreen.java:124)
at java.awt.SplashScreen$1.run(SplashScreen.java:122)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.SplashScreen.getSplashScreen(SplashScreen.java:121)
at org.openconcerto.erp.config.Gestion.main(Gestion.java:247)

Cela me dépasse, quelqu'un peut-il m'éclairer de ses lumières ?
Merci d'avance.
Cordialement,

Re: Erreur au lancement no splashscreen

Posté : sam. juil. 08, 2017 8:35 pm
par guillaume
Bonjour,

Installez le JDK de Oracle, celui de votre linux est incomplet.
Sur Ubuntu voir https://doc.ubuntu-fr.org/java_proprietaire

Cordialement,

Re: Erreur au lancement no splashscreen

Posté : lun. juil. 10, 2017 5:03 am
par jeanpierre
Bonjour,
J'ai installé jdk et tout fonctionne.
Merci beaucoup,
Cordialement,