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>
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>
- duplicates
-
JDK-8116198 JavaFX 1.x Bad package name of main-class: JRE-Version 1.7.0_13
-
- Closed
-