简体   繁体   中英

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.

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.

You forgot to sign your jar file with jarsigner. That is, you didn't do step 6 in the tutorial.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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