Missing Codebase manifest attribute for:xxx.jar

前端 未结 4 2143
谎友^
谎友^ 2020-12-05 07:09

When I launch application from jnlp I receive message

\"Missing Codebase manifest attribute for:xxx.jar\"

what does it means?<

4条回答
  •  悲哀的现实
    2020-12-05 08:09

    Here's what I've found:

    CAUSE

    Starting with Java 7 Update 51, Java has enhanced security model to make user system less vulnerable to the external exploits. The new version of Java does not allow users to run the applications that are not signed (Unsigned), Self signed (not signed by trusted authority) and the applications that are missing permission attributes.

    I got the problem in TopCoder Arena launch. It can be easily removed using the below link:

    http://www.java.com/en/download/help/java_blocked.xml

提交回复
热议问题