简体   繁体   中英

Why am I getting a “Missing Application-Name manifest attribute” error when it's in my manifest?

JRE 8U20, I'm getting "Missing Application-Name manifest attribute" when running my application via JNLP. I haven't looked at the console in awhile, so I don't know when this started happening again. Back awhile ago I had similar issues due to manifest issues, but I don't know why it started again as my manifest attributes seem to be in place:

Permissions: all-permissions
Codebase: http://mystuff.mydomain.net
Application-Name: MyApp

Is there something wrong with my manifest?

Webstart appears to need a blank line at the end of the manifest. Adding a carriage return to the end of my manifest data resolved the issue.

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