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

Do not try to launch FX apps with old JRE

XMLWordPrintable

        Scenario:
           - uninstall all JREs
           - install 5u30
           - install 6u25
           - disable 6u25 in the control panel
           - install FX 2.0

        Enable tracing for the browser VM. Open any FX sample.

        Observe that we actually try to use 5u30 launch FX. FX itself is not compatible with anything older than 6u10
               and with 5 it will fail miserably as FX classes use newer class format and JVM from JRE5 does not support it

        Expected behavior:
          1) do not try to launch with 5.0
          2) make sure applet error callback is called. Then we can hide splash and showm meaningful error.

              henryjen Henry Jen
              igor Igor Nekrestyanov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: