since Java 7.0.45 a webstart application should define the permissions attribute in the manifest.mf file.
But is this entry needed for every jar that the application uses or only for the jar containing the main class?
I am asking, because I already have set this entry for the main jar, but java webstart (from Java 8) still tells me:
This application will be blocked in a future Java security update because the JAR file manifest does not contain the Permissions attribute. Please contact the Publisher for more information.
EDIT: Hmm, strange thing. I just found out that the jar containing the main class was put at the last position in the classpath in the JNLP file. It put it to the top and the warning disappears.
Permissionsattribute. - radlan