Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

On macs, the separate_jvm (for applets) does not work like it does in windows.

  • 1 freagra
  • 4 leis an bhfadhb seo
  • 12 views
  • Freagra is déanaí ó willdog2323

more options

On macs, the separate_jvm does not work like it does in windows. Having multiple applets is a necessity for a web site we are creating and only one applet loads because it thinks it is already loaded in the jvm. How can I enable multiple applets on the same page to use separate jvms? I've tested google chrome on mac and it allows multiple applets. Any help is apprediated.

Here is the code that we are using, there are multiple of these on the page:


<applet id="appGame4" code="ClassName.class" width="192" height="336" archive="apps.jar"><param name="separate_jvm" value="true" /></applet>

On macs, the separate_jvm does not work like it does in windows. Having multiple applets is a necessity for a web site we are creating and only one applet loads because it thinks it is already loaded in the jvm. How can I enable multiple applets on the same page to use separate jvms? I've tested google chrome on mac and it allows multiple applets. Any help is apprediated. Here is the code that we are using, there are multiple of these on the page: <applet id="appGame4" code="ClassName.class" width="192" height="336" archive="apps.jar"><param name="separate_jvm" value="true" /></applet>

All Replies (1)

more options

I should have said this was on FF 3.6.13. I did test FF 4 beta and they are allowing multiple. Just wondering if I can do anything with version 3 to allow multiple applets on the same page. Thanks.