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.
按照本教程,我使用 NetBeans 构建了我的自签名 Applet jar、launch.html 和 launch.jnlp 文件。但是,当我在任何浏览器中打开 html 时,小程序不会初始化。我没有任何错误,只是一个空白的白色网页。当使用 eclipse unsigned 导出时,嵌入网页的小程序会在浏览器中初始化并正常运行。但是,我需要使用 JNLP 对其进行签名和启动。
可根据要求提供代码。