Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

Fire Fox 4 not displaying Java Applet on Mac

  • 3 antwoorden
  • 133 hebben dit probleem
  • 1 weergave
  • Laatste antwoord van mbellish

more options

My company has a Java Applet that we are trying to load with Fire Fox 4 on a Mac Snow Lepard using jre 1.6.0_24. When using a JNLP file to deliver the applet the applet downloads but does not appear on the screen. You can actually mouse over some of the applet icon's, if you know where they are, and the tool tip will appear but the icons and the applet itself do not appear. This worked on previous versions of fire fox. It also works in the same environment but with Safari. It also works with FireFox 4 on a pc with jre 1.6.0_24. Just not a Mac FireFox 4.

My company has a Java Applet that we are trying to load with Fire Fox 4 on a Mac Snow Lepard using jre 1.6.0_24. When using a JNLP file to deliver the applet the applet downloads but does not appear on the screen. You can actually mouse over some of the applet icon's, if you know where they are, and the tool tip will appear but the icons and the applet itself do not appear. This worked on previous versions of fire fox. It also works in the same environment but with Safari. It also works with FireFox 4 on a pc with jre 1.6.0_24. Just not a Mac FireFox 4.

Alle antwoorden (3)

more options

We have been seeing a similar problem. However, we also see it intermittently but not repeatably on Windows XP, using Java 1.6.0_24 and Firefox 4: sometimes everything works fine, but sometimes the applet completely fails to draw. Our applet is supplied in JAR format.

I'm not sure how much detail to add here and how much should perhaps go in a bug report, but in case it's useful to anyone: when the failure happens on the Mac, we have reports of a run time error about failing to cast a sun.plugin.dom.html.HTMLElement to an org.w3c.dom.html.HTMLAppletElement (note the different packages). The former came back from an HTMLDocument.getElementById call passing in the ID of an <applet> element, which should be returning an object from the org.w3c.dom package but by the looks of things might not be in this case.

Bewerkt door CrystallineSoftware op

more options

We are having a similar problem at Tropical Fish Forum -- No Java Bubbles Appearing.

There should be an animation of water filling up right above where it says "Tropical Fish Forum" in large white letters, followed by different-sized bubbles coming up from those same three white words.

This same problem occurs on the latest version of Safari for Snow Leopard as well, although the applet works fine with Google Chrome, Opera and Omniweb on Snow Leopard.

more options

I found a few solutions that work for me. When creating the object tag do not include a JNLP. Another option would be to, if you have a JNLP then set the separate_jvm parameter value = false <param id="separate_jvm" name="separate_jvm" value="false"/>. We have found that these two do not play well together especially when mac has a 1.6 version of the JRE installed. If you are counting on the JNLP to set a max memory size try using the parameter java_arguments parameter '<param name="java_arguments" value="-Xmx512m">', if you want to not use a JNLP but still want to launch your applet in a separate JVM. I have found that these solutions work for firefox and safari on Mac Leopard, Snow Leopard, and the soon to be released Lion