简体   繁体   English

启动Java Web Start应用程序时出错

[英]Error in launching Java Web Start Applications

I followed all steps in this tutorial to create an JWS app but after downloading the .jnlp file, I couldn't run the .jnlp file. 我按照本教程中的所有步骤创建了JWS应用程序,但是下载.jnlp文件后,我无法运行.jnlp文件。

Here is the error announcement(open this image in a new tab to see it more clearly) 这是错误通知(在新标签页中打开此图片可更清楚地看到它) 在此处输入图片说明 By the way, from where should I jar all classes? 顺便说一句,我应该从哪里罐所有课程? In this example, I wrote the command line: jar -cf TestJnlp.jar*.* from within E:\\Java\\CuongNguyen\\project04. 在此示例中,我从E:\\ Java \\ CuongNguyen \\ project04中编写了命令行:jar -cf TestJnlp.jar *。*。

You forgot to sign your jar file with jarsigner. 您忘记了用jarsigner签名jar文件。 That is, you didn't do step 6 in the tutorial. 也就是说,您没有执行本教程中的步骤6。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM