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

Unsigned JavaFX 1.x programs no longer run on JRE 7u13

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P3 P3
    • None
    • None
    • deploy
    • None
    • JRE 7u13
      All platforms

      Starting with JRE 7u13, unsigned, sandboxed applications (either applets or Java WebStart applications) will no longer run. This is an expected consequence of changes to the security model.

      There are two solutions to this:

      1) Use JRE 6

      2) Sign your application and request permissions, by adding the following to your jnlp file:

      <security>
        <all-permissions/>
      </security>

            kcr Kevin Rushforth
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: