D
Darol
From within my applet or from its invoking html page, I need to set the
maximum heap size allocated to the Java plugin JVM. The users of my
applet may know nothing about the -Xmx runtime parameter settings that
can be specified in the Java plugin control panel so I want to set the
max heap size as mentioned above. Is there a way to do this? Since
applets are often widely deployed to non-techies across the web, it
seems a bit much to expect them to specify the heap size in the plugin
control panel.
maximum heap size allocated to the Java plugin JVM. The users of my
applet may know nothing about the -Xmx runtime parameter settings that
can be specified in the Java plugin control panel so I want to set the
max heap size as mentioned above. Is there a way to do this? Since
applets are often widely deployed to non-techies across the web, it
seems a bit much to expect them to specify the heap size in the plugin
control panel.