简体   繁体   中英

Using jna.jar: Missing manifest attributes

I'm working on an applet that uses jna-4.0.0.jar. In the Java Console I'm getting this:

Missing Application-Name: manifest attribute for: .../jna-4.0.0.jar Missing Permissions manifest attribute for: .../jna-4.0.0.jar Missing Codebase manifest attribute for: .../jna-4.0.0.jar

I haven't found a version of jna.jar in which these manifest attributes are set. Is there any?

How can I add these attributes to the manifest?

Though it's working yet I need to fix this.

Could anybody help?

There's an explanation, complete with a workaround here

Steps to Add URL to the Exception Site list: Go to the Java Control Panel (On Windows Click Start and then Configure Java), Click on the Security tab, Click on the Edit Site List button, Click the Add in the Exception Site List window

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM