Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

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

  • 1 პასუხი
  • 4 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 10 ნახვა
  • ბოლოს გამოეხმაურა willdog2323

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>

ყველა პასუხი (1)

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.