Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Learn More

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

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

  • 1 risposta
  • 4 hanno questo problema
  • 10 visualizzazioni
  • Ultima risposta di 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>

Tutte le risposte (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.