我有一個webstart應用程序,其中所有的jar都被簽名(我自己和第三方)。當Java7u25加載它,我看像Java控制檯以下錯誤消息:加載webstart應用程序時關於丟失的Codebase屬性的錯誤消息
Missing Permissions manifest attribute for: http://example.com/webstart/application-jars/commons-beanutils-1.8.3.jar
Missing Codebase manifest attribute for: http://example.com/webstart/application-jars/commons-beanutils-1.8.3.jar
我在7u25這裏的變化讀了起來:http://blog.eisele.net/2013/06/java-se-7-update-25-release-notes.html
通知上說,到指定的codebase屬性JAR在構建時的清單,並使其與JNLP文件中的代碼庫相匹配。這應該如何設置爲像commons-beanutils這樣的第三方jar,它顯然沒有這個清單條目?
我有完全相同的問題。我正在努力解決它。如果你找到答案,請發表一個答案。 – ryvantage
這個問題的答案(http://stackoverflow.com/questions/17275384/missing-codebase-manifest-attribute-forxxx-jar)似乎是在同一個球場,但正如你可以通過我的評論看到答案,他的解決方案並不適合我,因爲我有一個錯誤。 #StillLookin #Ugh – ryvantage