You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am using ImageJ-Matlab to start ImageJ2 from matlab by the matlab code
open_imageJ = false; % = true works and shows a Fiji panel, but false does not work
ImageJ(open_imageJ)
The non-headless mode runs OK when open_imageJ = true. .Although it shows a message box saying “cannot find java script engine”, the Fiji panel shows afterwards.
But if change open_imageJ to false, it shows the error after the same message box was shown :
[ERROR] Cannot create plugin: org.scijava.plugins.scripting.javascript.JavaScriptScriptLanguage
Error using ImageJ2 (line 99)
Java exception occurred:
java.lang.NullPointerException
at net.imagej.matlab.ImageJMATLAB.disableIJExit(ImageJMATLAB.java:247)
at net.imagej.matlab.ImageJMATLAB.launch(ImageJMATLAB.java:156)
at net.imagej.matlab.ImageJMATLAB.start(ImageJMATLAB.java:105)
log4j:WARN No appenders could be found for logger (loci.formats.ClassList).
log4j:WARN Please initialize the log4j system properly.
The text was updated successfully, but these errors were encountered:
Hi, I am using ImageJ-Matlab to start ImageJ2 from matlab by the matlab code
The non-headless mode runs OK when open_imageJ = true. .Although it shows a message box saying “cannot find java script engine”, the Fiji panel shows afterwards.
But if change open_imageJ to false, it shows the error after the same message box was shown :
The text was updated successfully, but these errors were encountered: