Hello, I'm programming an applet and I have some trouble with the jvm memory size, I need to increase it to 256Mb. I know that I have to deal with the -Xmx256m parameter , but how do I have to specify it in an HTML file?
<APPLET code="Viewer3D.class" archive="Viewer3D.jar" codebase="http://www.mediatheque-agglo-troyes.fr/.../applet" width=500 height=500> <param name='jvm.heapsize.default' type='text' value='-mx256m'/> <!--doesn't seems to work--> </APPLET>Thanks for your helpPierre
=========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".