Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Learn More

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

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

  • 1 antwurd
  • 4 hawwe dit probleem
  • 10 werjeftes
  • Lêste antwurd fan 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>

Alle antwurden (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.