Login  Register

Re: ImageJ as an applet and plugin support

Posted by Wayne Rasband on Jan 29, 2006; 2:41am
URL: http://imagej.273.s1.nabble.com/ImageJ-as-an-applet-and-plugin-support-tp3703919p3703922.html

> Any way to set or change the memory for an Applet?

You set the applet memory limit by entering something like

      -Xmx500m
in the Java Plug-in's "Java Runtime Parameters" field. On Mac OS X,  
the Java Plugin (there is one for each version of Java) is in  
Applications/Utilities. On Windows, it is a Control Panel. With the  
signed version of the ImageJ applet now available at <http://
rsb.info.nih.gov/ij/signed-applet/>, you can also use the File>Open  
and File>Save As commands.

-wayne