Auto-Launch JNLP on click

前端 未结 2 1533
遇见更好的自我
遇见更好的自我 2020-12-18 20:12

How do I get a JNLP file to auto-launch on click? (as opposed to clicking save or open when clicked) Is this some type of MIME association that the browser must first recog

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-18 21:01

    There is a server configuration file that specifies MIME or content type by file extension. For JNLP, it should be application/x-java-jnlp-file.

提交回复
热议问题