issue Matlab
Posted by Prodanov Dimiter on Apr 13, 2010; 3:13pm
URL: http://imagej.273.s1.nabble.com/issue-Matlab-tp3683995.html
Dear All,
I am trying to run IJ and plugins from Matlab. In the previous release this was fine but after an upgrade to v. 7.8.0 the issue appeared.
Basically when I try to run a plugin from ImageJ already started in Matlab there is always an exception "plugin or class not found +name"
NoClassDefFound Error ij/plugin/Plugin
I ended up writing my own class loader for ImageJ, which adds all specified directories and jars to the classpath but it did not solve the problem.
I suspect now that there is an issue with the plugin loading mechanism of ImageJ itself.
Note that I use the MIJ interface.
Your feedback is welcome,
Dimiter Prodanov