【发布时间】:2014-02-19 19:05:21
【问题描述】:
我不明白在部署我的项目时在浏览器中运行小程序的问题出在哪里
http://docs.oracle.com/javase/tutorial/deployment/applet/deployingApplet.html
http://www.coderanch.com/t/258307/Applets/java/Signing-JAR-certificate
jar 清单代码
Permissions: all-permisisons
Application-Name:------------
在浏览器中仍然出现错误
未知发布者安全警告 异常初始化错误 访问控制异常
我的项目的 jar 签名有问题吗? 我在我的项目中使用 3rd 方 jar 文件,例如jna , vlcj 。需要签署这些罐子吗?当在 cmd 中为 keystore.jks 和 .crt 文件登录 jar fileNotFoundException 时
为jar使用cmd签名
c:\<jdk-path>\bin>jarsigner path\abc.jar alias-name
在 cmd 上显示
jar signed.
Warning:
No -tsa or -tsacert is provided and this jar is not timestamped. Without a times
tamp, users may not be able to validate this jar after the signer certificate's
expiration date (4751-12-22) or after any future revocation date.
【问题讨论】:
标签: java applet japplet jarsigner jar-signing