Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用作 JApplet 的应用程序。它可以访问互联网,但我发现它无法正常工作的问题是因为它显然不受信任。
我怎样才能使应用程序受信任:)
使小程序受信任的唯一方法是签署所有罐子。
如果您没有官方证书,您可以创建自己的证书,然后用户需要接受该证书。
使用 JDK 中的“keytool”进行这些操作。