Bonjour, Je n'arrive pas à lancer la version 4.4.7.0 et 4.4.7.1 malgré la mise à jour de java : IsisFish a détecté une erreur : ISIS-Fish a détecté une erreur d'utilisation des scripts. Le dossier de compilation a été supprimé pour forcer la recompilation. Merci de relancer ISIS-Fish. Auriez-vous une solution s'il vous plaît ? Merci, Pablo Voici quelques sorties : *fichier.bat* *4.4.6.0* @echo off :: Uncomment to easy configure memory for ISIS-Fish :: SET MEMORY="-Xmx2048M" :: Uncomment to easy configure R for ISIS-Fish :: SET R_HOME=C:\Program Files\R\R-3.6.2 echo [Script] Isis starting... java %MEMORY% -jar isis-fish-4.4.6.0.jar %* > debug.txt 2>&1 *Pour les versions d'après : " if exist isisfish.jri " semble avoir été ajouté, mais je ne comprends pas à quoi correspond cet objet. * *4.4.7.0* @echo off :: Uncomment to easy configure memory for ISIS-Fish :: SET MEMORY="-Xmx2048M" set /p JAVA_LIBRARY_PATH=<isisfish.jri echo [Script] Isis starting... java %MEMORY% %JAVA_LIBRARY_PATH% -jar isis-fish-4.4.7.0.jar %* > debug.txt 2>&1 *4.4.7.1* @echo off :: Uncomment to easy configure memory for ISIS-Fish :: SET MEMORY="-Xmx2048M" if exist isisfish.jri ( set /p JRI_PATH=<isisfish.jri echo Using JRI from path : %JRI_PATH% set JAVA_LIBRARY_PATH="-Djava.library.path=%JRI_PATH%" ) echo [Script] Isis starting... java %MEMORY% %JAVA_LIBRARY_PATH% -jar isis-fish-4.4.7.1.jar %* > debug.txt 2>&1 *erreur lors de l'ouverture du 4.4.7.1* at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$500(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.awt.EventQueue$3.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.awt.EventQueue$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.WaitDispatchSupport$2.run(Unknown Source) at java.awt.WaitDispatchSupport$4.run(Unknown Source) at java.awt.WaitDispatchSupport$4.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.awt.WaitDispatchSupport.enter(Unknown Source) at java.awt.Dialog.show(Unknown Source) at java.awt.Component.show(Unknown Source) at java.awt.Component.setVisible(Unknown Source) at java.awt.Window.setVisible(Unknown Source) at java.awt.Dialog.setVisible(Unknown Source) at org.jdesktop.swingx.JXErrorPane$1.run(JXErrorPane.java:398) at org.jdesktop.swingx.JXErrorPane.showDialog(JXErrorPane.java:411) at fr.ifremer.isisfish.util.ErrorHelper.showErrorDialog(ErrorHelper.java:76) at fr.ifremer.isisfish.IsisFish.lambda$launchUI$0(IsisFish.java:670) at java.lang.ThreadGroup.uncaughtException(Unknown Source) at java.lang.ThreadGroup.uncaughtException(Unknown Source) at java.awt.EventDispatchThread.processException(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.net.URISyntaxException: Malformed escape pair at index 1975: https://forge.codelutin.com/projects/isis-fish/issues/new?issue[description]=%5B...%5D%0Ajava.lang.NoSuchFieldError%3A+MODULE_SOURCE_PATH%0D%0A%09at+org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl.getCompilationUnits%28EclipseCompilerImpl.java%3A153%29%0D%0A%09at+org.eclipse.jdt.internal.compiler.batch.Main.performCompilation%28Main.java%3A4790%29%0D%0A%09at+org.eclipse.jdt.internal.compiler.tool.EclipseCompilerImpl.call%28EclipseCompilerImpl.java%3A94%29%0D%0A%09at+org.eclipse.jdt.internal.compiler.tool.EclipseCompiler%241.call%28EclipseCompiler.java%3A196%29%0D%0A%09at+fr.ifremer.isisfish.util.CompileHelper.compile%28CompileHelper.java%3A258%29%0D%0A%09at+fr.ifremer.isisfish.util.CompileHelper.compile%28CompileHelper.java%3A216%29%0D%0A%09at+fr.ifremer.isisfish.util.CompileHelper.compile%28CompileHelper.java%3A182%29%0D%0A%09at+fr.ifremer.isisfish.util.CompileHelper.compile%28CompileHelper.java%3A159%29%0D%0A%09at+fr.ifremer.isisfish.datastore.JavaSourceStorage.compile%28JavaSourceStorage.java%3A133%29%0D%0A%09at+fr.ifremer.isisfish.datastore.JavaSourceStorage.getCodeClass%28JavaSourceStorage.java%3A177%29%0D%0A%09at+fr.ifremer.isisfish.datastore.JavaSourceStorage.getNewInstance%28JavaSourceStorage.java%3A192%29%0D%0A%09at+fr.ifremer.isisfish.ui.models.result.ResultInfoNameListRenderer.getListCellRendererComponent%28ResultInfoNameListRenderer.java%3A84%29%0D%0A%09at+javax.swing.plaf.basic.BasicListUI.updateLayoutState%28Unknown+Source%29%0D%0A%09at+javax.swing.plaf.basic.BasicListUI.maybeUpdateLayoutState%28Unknown+Source%29%0D%0A%09at+javax.swing.plaf.basic.BasicListUI%24Handler.valueChanged%28Unknown+Source%29%0D%0A%09at+javax.swing.DefaultListSelectionModel.fireValueChanged%28Unknown+Source%29%0D%0A%09at+javax.swing.DefaultListSelectionModel.fireValueChanged%28Unknown+Source%29%0D%0A%09at+javax.swing.DefaultListSelectionModel.fireValueChanged%28Unknown+Source%29%0D%0A%09at+javax.swing.DefaultListSelectionModel.changeSelection%2 at java.net.URI$Parser.fail(Unknown Source) at java.net.URI$Parser.scanEscape(Unknown Source) at java.net.URI$Parser.scan(Unknown Source) at java.net.URI$Parser.checkChars(Unknown Source) at java.net.URI$Parser.parseHierarchical(Unknown Source) at java.net.URI$Parser.parse(Unknown Source) at java.net.URI. (Unknown Source) at fr.ifremer.isisfish.util.ErrorHelper.reportError(ErrorHelper.java:134) ... 57 more