Login  Register

Re: ImageJ Applet and Macros

Posted by Sami Badawi-2 on Feb 02, 2008; 5:12pm
URL: http://imagej.273.s1.nabble.com/ImageJ-Applet-and-Macros-tp3697304p3697305.html

In order for the applet to see all your jar files you have to all them all
to the applet html tag:

    <applet code=Animator.class
      archive="classes.jar ,  images.jar ,  sounds.jar"
      width=460 height=160>
      <param name=foo value="bar">
    </applet>

See:
http://java.sun.com/j2se/1.5.0/docs/guide/jar/jarGuide.html

In order for ImageJ to see plugin jar you normally have to have them in the
plugin directory. I am not sure how you get around this.
Maybe you can unpack the windowLevelMacro.jar and put the code in with you
own code. Otherwise you would also have to sign both of them.

-Sami Badawi
http://www.shapelogic.org