Re: ImageJ via Webstart
Posted by dscho on Apr 12, 2010; 7:04pm
URL: http://imagej.273.s1.nabble.com/ImageJ-via-Webstart-tp3688616p3688621.html
Hi,
On Fri, 9 Apr 2010, Boris Epstein wrote:
> OK, I did edit the IJ_Props.txt file to point to the proper classes and
> they seem to be in the class path (or, rather, they are in the JARs that
> the .jnlp file contains) yet the plugins would still not run.
That is not enough information to work with. There is one way it can
succeed. But thousands of ways it can fail, and you leave me guessing.
If I had your problem, I would probably patch ij.jar to spit out several
interesting things, such as the output of Class.forName(name) and
IJ.getClassLoader.loadClass(name).
Good luck,
Johannes