I am not able launch JNLP applications using “Java Web Start”?

前端 未结 16 1985
我在风中等你
我在风中等你 2020-12-05 23:29

Up until recently, I was able to launch/open JNLP files in Firefox using Java web start.

Don\'t know what happened all of a sudden JNL

16条回答
  •  孤城傲影
    2020-12-06 00:18

    In my case, Netbeans automatically creates a .jnlp file that doesn't work and my problem was due to an accidental overwriting of the launch.jnlp file on the server (by the inadequate and incorrect version from Netbeans). This caused a mismatch between the local .jnlp file and the remote .jnlp file, resulting in Java Web Start just quitting after "Verifying application."

    So no one else has to waste an hour finding a bug that should be communicated adequately (but isn't) by Java WS.

提交回复
热议问题