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.
我的小程序应用程序被 java 安全性阻止。
我想知道如何删除安全性?另外我想知道是什么让我的应用程序不安全以及如何使其安全?
确保您有清单条目,例如此示例(根据您的独特情况进行调整):
Permissions: all-permissions Codebase: https://app.mycompany.com/applicationfolder Application-Name: HelloWorld
您可以通过以下方式应用清单:
"%JDK_HOME%\bin\jar.exe" ufm ..\dist\application.jar manifest.txt