Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

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

  • 1 odpowiedź
  • 4 osoby mają ten problem
  • 10 wyświetleń
  • Ostatnia odpowiedź od 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>

Wszystkie odpowiedzi (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.