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

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: P3
    • None
    • Affects Version/s: None
    • Component/s: deploy
    • None
    • Environment:

      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>

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

              Created:
              Updated:
              Resolved:
              Imported: