running custom plugins in an ImageJ applet

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

running custom plugins in an ImageJ applet

Boris Epstein
Hello there,

I know this must be a stupid question... but I need an answer, and I
can't easily find it on the web.

Here's the situation. I am trying tu run ImageJ 1.41 as an applet - and
that is working fine. Except that all of my custom plugins are missing.
How do I fix that? How do I make the applet find them?

Thanks in advance for any and all help.

Regards,

--
*Boris Epstein
National Resource For Imaging Mass Spectrometry
<http://www.nrims.hms.harvard.edu/>
Cambridge, MA
Mobile: (617) 816-9654*

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.
Reply | Threaded
Open this post in threaded view
|

Re: running custom plugins in an ImageJ applet

jmutterer
Boris, this answer was posted on the list some time ago :

>
> The plugins have to be added to ij.jar and you need to edit the
> IJ_Props.txt file to add them to the Plugins menu. The plugins must
> be at the root level of the jar file, along with IJ_Props.txt and
> about.jpg. You can use the jar utility that comes with the Sun JDK to
> extract the files from jar files and to build new jar files.
>
> -wayne
>

You can also search for other answers related to this using the mailing list
archive, at
https://list.nih.gov/archives/imagej.html

Jerome
Reply | Threaded
Open this post in threaded view
|

Re: running custom plugins in an ImageJ applet

Boris Epstein
Thanks, Jerome!

This doesn't quite say what the content of the IJ_Props.txt ought to be,
though. But I will look around.

I have seen that file mentioned, though never with any mention of the
format expected.

Jerome Mutterer wrote:

> Boris, this answer was posted on the list some time ago :
>
>  
>> The plugins have to be added to ij.jar and you need to edit the
>> IJ_Props.txt file to add them to the Plugins menu. The plugins must
>> be at the root level of the jar file, along with IJ_Props.txt and
>> about.jpg. You can use the jar utility that comes with the Sun JDK to
>> extract the files from jar files and to build new jar files.
>>
>> -wayne
>>
>>    
>
> You can also search for other answers related to this using the mailing list
> archive, at
> https://list.nih.gov/archives/imagej.html
>
> Jerome
>  

--
*Boris Epstein
National Resource For Imaging Mass Spectrometry
<http://www.nrims.hms.harvard.edu/>
Cambridge, MA
Mobile: (617) 816-9654*

The information transmitted in this electronic communication is intended only
for the person or entity to whom it is addressed and may contain confidential
and/or privileged material. Any review, retransmission, dissemination or other
use of or taking of any action in reliance upon this information by persons or
entities other than the intended recipient is prohibited. If you received this
information in error, please contact the Compliance HelpLine at 800-856-1983 and
properly dispose of this information.
Reply | Threaded
Open this post in threaded view
|

Re: running custom plugins in an ImageJ applet

jmutterer
The IJ_Props.txt describes the menus structure of ImageJ and sets what
plugin is called by a certain menu command.

Example : new01="Image...[n]",ij.plugin.Commands("new")

means that the "Image...[n]" command should appear as the first item of the
File/New menu, and ij.plugin.Commands("new") will be called when this menu
item is selected.

Jerome



On Wed, Jun 18, 2008 at 2:37 PM, Boris Epstein <
[hidden email]> wrote:
>
> Thanks, Jerome!
>
> This doesn't quite say what the content of the IJ_Props.txt ought to be,
though. But I will look around.
>
> I have seen that file mentioned, though never with any mention of the
format expected.

>
> Jerome Mutterer wrote:
>>
>> Boris, this answer was posted on the list some time ago :
>>
>>
>>>
>>> The plugins have to be added to ij.jar and you need to edit the
>>> IJ_Props.txt file to add them to the Plugins menu. The plugins must
>>> be at the root level of the jar file, along with IJ_Props.txt and
>>> about.jpg. You can use the jar utility that comes with the Sun JDK to
>>> extract the files from jar files and to build new jar files.
>>>
>>> -wayne
>>>
>>>
>>
>> You can also search for other answers related to this using the mailing
list
>> archive, at
>> https://list.nih.gov/archives/imagej.html
>>
>> Jerome
>>
>
> --
> *Boris Epstein
> National Resource For Imaging Mass Spectrometry <
http://www.nrims.hms.harvard.edu/>
> Cambridge, MA
> Mobile: (617) 816-9654*
>
> The information transmitted in this electronic communication is intended
only
> for the person or entity to whom it is addressed and may contain
confidential
> and/or privileged material. Any review, retransmission, dissemination or
other
> use of or taking of any action in reliance upon this information by
persons or
> entities other than the intended recipient is prohibited. If you received
this
> information in error, please contact the Compliance HelpLine at
800-856-1983 and
> properly dispose of this information.