Login  Register

Re: applet embedded in a browser

Posted by Arindam Chatterjee on Sep 06, 2013; 1:47am
URL: http://imagej.273.s1.nabble.com/applet-embedded-in-a-browser-tp5004685p5004695.html

Hi Quan,
The way I had it implemented was this way -
<applet codebase="."
code="ij.ImageJApplet.class" archive="/WEB-INF/lib/ij-1.43k.jar"
width="850" height="550"
security="all-permissions">
<param name="url1" value="1712753011.jpg">
<param name="url2" value="1712753011.jpg">
</applet>



Hope that helps!

Arindam



On Sep 5, 2013, at 3:32 PM, Quan Yuan <[hidden email]> wrote:

> I see. Thanks guys. I will look into the JSP solution then.
>
> Best,
> Quan
>
>
> On Thu, Sep 5, 2013 at 11:09 AM, Alberto Hornero Luque
> <[hidden email]>wrote:
>
>> Hi Quan,
>>
>> Looks deprecated (last updated on 17/03/2007), an own development under JSP
>> seems more feasible, any news in this way?
>>
>> Regards,
>>
>> Alberto Hornero.
>>
>>
>> On Thu, Sep 5, 2013 at 7:48 PM, Quan Yuan <[hidden email]> wrote:
>>
>>> Hello,
>>>   I am trying to run the latest ImageJ/ImageJA embedded in a browser.
>>> There was an example of an old version at
>>> http://imageja.sourceforge.net/applet.html. But I couldn't find any
>>> documentation about how it was achieved. Anyone knows about it?
>>>
>>> thanks,
>>> Quan
>>>
>>> --
>>> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>>>
>>
>> --
>> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>>
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html


--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html