How do I fix “missing Codebase, Permissions, and Application-Name manifest attribute” in my JNLP app?

后端 未结 5 1892
独厮守ぢ
独厮守ぢ 2020-11-29 05:43

With the recent Java updates, many people are having trouble with their Java Web Start apps lacking Codebase, Permissions, and Application-na

5条回答
  •  甜味超标
    2020-11-29 06:23

    If the error message looks like this:

    Missing Application-Name manifest attribute for: server root/filename.jar
    

    You can solve it this way:

    1. Start control panel

    2. Choose Java Control Panel

    3. Select Security tab

    4. At Exception Site list click on Edit Site List button

    5. Click on Add button.

    6. Type the server root (eg.:https://ibank.cib.hu), and press OK

    7. Restart your browser/application.

    Resource here.

提交回复
热议问题