Question

I am running my application through javaws and I am getting the following message although I have the following line in my jar MANIFEST.MF.

Permissions: all-permissions

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.

More Information

What could I be doing wrong?

Here is my Manifest file content:

Manifest-Version: 1.0 
Application-Library-Allowable-Codebase: * 
Application-Name: XYZ 
Permissions: all-permissions 
Created-By: 1.6.0_24 (Sun Microsystems Inc.) 
Caller-Allowable-Codebase: * 
Main-Class: com.xyz.Main Codebase: * 

Name: com/xyz/print/Table.class 
SHA1-Digest: VTfZjW9GqKB39EmlNA= 

Name: common Implementation-Vendor: XYZ 
Implementation-Title: client 
Implementation-Version: 1391524251884 
Specification-Vendor: XYZ 
Built-By: kuka 
Specification-Title: 
Client Specification-Version: 

Name: com/xyz/print/Element$1.class 
SHA1-Digest: ucbptZrxyzfaalv6FYw=

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top