|
Hello All,
I have a strange problem with the LSM Toolbox. after install the plugin, it can open .lsm file and show inof fine. But after running a simple macr as
open("D:\\data\\stack2.lsm");
it give a exception erros as
" java.lang.NullPointerException
at LSM_Toolbox.run(LSM_Toolbox.java:112)
at ij.IJ.runUserPlugIn(IJ.java:183)
at ij.IJ.runPlugIn(IJ.java:150)
at ij.IJ.runPlugIn(IJ.java:139)
at HandleExtraFileTypes.tryPlugIn(HandleExtraFileTypes.java:258)
at HandleExtraFileTypes.openImage(HandleExtraFileTypes.java:141)
at HandleExtraFileTypes.run(HandleExtraFileTypes.java:37)
at ij.IJ.runUserPlugIn(IJ.java:183)
at ij.IJ.runPlugIn(IJ.java:150)
at ij.IJ.runPlugIn(IJ.java:139)
at ij.io.Opener.openWithHandleExtraFileTypes(Opener.java:405)
at ij.io.Opener.openImage(Opener.java:282)
at ij.io.Opener.openImage(Opener.java:301)
at ij.io.Opener.open(Opener.java:137)
at ij.IJ.open(IJ.java:1340)
at ij.macro.Functions.open(Functions.java:2226)
at ij.macro.Functions.doFunction(Functions.java:138)
at ij.macro.Interpreter.doStatement(Interpreter.java:201)
at ij.macro.Interpreter.doStatements(Interpreter.java:189)
at ij.macro.Interpreter.run(Interpreter.java:100)
at ij.macro.Interpreter.run(Interpreter.java:72)
at ij.macro.MacroRunner.run(MacroRunner.java:124)
at java.lang.Thread.run(Unknown Source)
"
the LSM toolbox still works, just I can open any .lsm file in a macro anymore.
Anyone can give me hint what the problem maybe?
Thanks
Lai Ding
|