I made a Java desktop application that creates multiple interactive windows. I would like to show it to people not as a download link to a compressed folder archive, but as a program that runs as soon as they open my web site.
Enabling Java Web Start for this project in NetBeans programming environment, gave me launch.html page and launch.jnlp file that starts the application. It works except for a small detail. I need to include icons and additional files next to the JAR file in order to make it fully functional. These files should be perhaps downloaded locally when the web site is opened.
How can we achieve this?