Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8123107

JavaFX applet not running in opera 12.15

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • None
    • 7u15
    • deploy
    • None
    • windows 7, opera 12.15, system core 2 duo

      when i run javafx applet in opera it is not working it says
      "Content can not be displayed using your Web browser. Please open this page using another browser"
      i figured out because of this javafx: '2.2+' in applet parameter this is not working when i remove it. it starts working

      dtjava.embed(
                              {
                                  url: 'JavaFXApplication2.jnlp',
                                  placeholder: 'javafx-app-placeholder',
                                  width: 800,
                                  height: 600
                              },
                      {
                          javafx: '2.2+', // this is creating problem
                          jvmargs: '-Djava.net.preferIPv4Stack=true'
                      },
                      {}
                      );

            ngthomas Thomas Ng (Inactive)
            fobaidjfx Farrukh Obaid (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: