Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Missing Application-Name manifest attribute for:

I have an application with some external jars I created. With the new java policy I had to sign my application and all jars. I buyed a certificate and signed my jar application and all other jars. Then I got a error "missing permissions attribute in jar manifest". I added Permissions: all-permissions to the manifest of my jar (not the other external jars). And now I have the error Missing Application-Name manifest attribute for:... But I don't know what I have to put as application-name. Is that the name of my jar?

I tried to add to the manifest of all other jars "Permissions: all-permissions" but then my application doesn't work at all.

thanks for the answers

like image 349
Bigjo Avatar asked Oct 02 '22 12:10

Bigjo


1 Answers

This is what helps me out: How do I fix "missing Codebase, Permissions, and Application-Name manifest attribute" in my JNLP app?

I just had to put THREE extra attributes in the manifest of ALL jars.

like image 97
Bigjo Avatar answered Oct 05 '22 11:10

Bigjo