Hi,
I have downloaded an
applet that renders images and I have
a problem with
Java memory. I remember that default maximum
size that applet can use is 70MB, and the problem is 70MB is
not enough when rendering big images. It is OK when I add
"-Xmx -Xms" parameters in the Java Control but I cannot tell
everyone who wants to see my images to go control panel, add
parameters etc..
So my question is...
Is it possible add "-Xmx -Xms" parameters inside the applet file
so that these parameters run automatically when executing applet?
Thanks in advance for your reply!
Hyung