Login  Register

Re: plugins in Java Web Start

Posted by ctrueden on Oct 09, 2009; 1:40am
URL: http://imagej.273.s1.nabble.com/plugins-in-Java-Web-Start-tp3690887p3690889.html

Hi Bill,

Sorry for the delay in my reply.

How exactly to you configure you jpnl file, and where exactly are you
> putting the plugin jars?  Are they bundled with ij.jar into a larger jar?
> Am I thinking off the right track?
>

There is an example using Java Web Start on the ImageJ web site at:
  http://rsbweb.nih.gov/ij/applets.html

Unfortunately, it does not include any plugins.

If you could share with me/us as much detail on getting remote plugin files
> to run on a naive client computer through JWS, would be very appreciative!
>

JWS downloads the code to your local computer and executes it from there, so
it isn't that different from a local installation.

The problem is that as you suggest, the plugins would need to be bundled
into another JAR served through Web Start, which ImageJ would need to know
should be checked for plugins, and I do not know how to configure ImageJ
that way. Fiji might, but I do not know.

Anybody else on the list have more experience with JWS and plugins?

-Curtis

On Fri, Oct 2, 2009 at 4:21 PM, Bill Mohler <[hidden email]> wrote:

> Curtis-
>
> I'm following up a very old question you posted, with a response from
> Wayne.
>
> How exactly to you configure you jpnl file, and where exactly are you
> putting the plugin jars?  Are they bundled with ij.jar into a larger jar?
> Am I thinking off the right track?
>
> If you could share with me/us as much detail on getting remote plugin files
> to run on a naive client computer through JWS, would be very appreciative!
>
> Bill
>