Announcement

Collapse
No announcement yet.

IE9 zeigt das Java Applet nicht

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • IE9 zeigt das Java Applet nicht

    Hallo

    Ich habe folgendes Problem:
    IE9 zeigt den Applet nicht. In der java Konsole become ich die folgende Nachricht.

    java.lang.InstantiationException: Either "code" or "object" should be specified, but not both.

    html:
    <APPLET
    CODEBASE = "."
    ARCHIVE = "./ut/Engang.jar"
    CODE = "Engang.class"
    NAME = "Engang"
    WIDTH = 980
    HEIGHT = 680
    HSPACE = 0
    VSPACE = 0
    ALIGN = middle
    >
    <PARAM NAME=x VALUE=1>
    </APPLET>

    Ich seh den Fehler nicht, wo ist der? Kann mir jemand helfen?
    In allen anderen Browser geht es "IE8,Opera, Chrome, Firefox"

    Danke

  • #2
    Möglichkeit:

    The reason of Java not working in IE9 is because the Java applets has been blocked by ActiveX Filtering, it is a new feature in IE9.the solution is to temporarily turn off ActiveX Filtering.
    1) How to Enable Activex filtering -> Go to Tools option in IE9 Click on Activex Filtering, the tick in front of the option will disappear. It means the option is disabled. If it is not there the option is already disabled.
    If you enabled the java loading in IE9, you may encounter a problem that the java causes the web page to crash. We can stop this problem also, to enable the compatibility view option in IE9. If you enabled Compatibility option then add which address you need to option that contained java applet.
    2) How to Enable Compatibility view in IE9 -> Go to Tools and click on Compatibility view settings option, click add button and add the web site.
    To remove a website from Compatibility view, just go back to Compatibility View Settings, and remove the site from the Compatibility View list.
    Christian

    Comment


    • #3
      Christian Danke für die schnelle Antwort.

      Das habe ich schon versucht, Leider ist es nicht (((((((

      Comment


      • #4
        Nimand ??????

        Comment


        • #5
          Jetzt geht es

          Die Lösung fand ich hier:
          http://support.filecatalyst.com/inde...barticleid=155

          ))

          Comment

          Working...
          X