How can I increase the amount of heap memory available to my applets for appletviewer?
Created May 7, 2012
John Zukowski When started from the command line, you can pass "java" options by using the -J command-line option. Combining the -Xmx option with -J, you get the following:
appletviewer -J-Xmx64m example.html