Browser downloads jnlp on Java Web Start. How to prevent it?
问题 When I click on a link to "web start" my java application, browser downloads jnlp file which I should execute afterwards. Is there any way to force browser to execute jnlp right after the download completes, or event better, to make the whole process transparent, so user just confirms that he wants to launch the application? Thanks. 回答1: All you can do is provide the correct MIME type which in a standard setup makes the browser automatically open the file with Java WebStart. Apart from that