Re: ImageJ via Webstart
Posted by dscho on Apr 12, 2010; 9:37pm
URL: http://imagej.273.s1.nabble.com/ImageJ-via-Webstart-tp3688616p3688623.html
Hi,
[I will probably miss some of your mails if you do not Cc: me]
On Mon, 12 Apr 2010, Boris Epstein wrote:
> How about this: I have now put all the classes in just one JAR. No issue
> with JARs being or not being in the classpath.
>
> Still the same thing, pretty much: the right classes are invoked
> correctly locally or via the applet, but not via the WebStart.
>
> I tried putting the classes to the top or under the plugins directory in
> the JAR - same difference.
I was serious when I talked about the IJ.getClassLoader().loadClass()
call. There are some details that you obviously do not understand, such as
the Java WebStart not using the same class loader as is the fallback class
loader for the plugins in ImageJ.
So I was really serious about the need to dig into the code, outputting
debug messages until you understand what is happening.
Good luck,
Johannes