I have a ASP.NET site which offers JNLP files for starting Java Web Start applications. I've set them as href
s in <a>
tags to download them. The behaviour I get from different browsers varies:
- IE11: Auto launch
- Firefox (45): Auto launch
- Chrome (48): Manual launch from the download bar
- Edge: Manual launch from the download bar
Chrome is Chrome and I've pretty much given up hope on that, but can Edge be set to launch JNLP files instead of offering the "Open/Show downloads" bar?