Is it possible to download the jar(s) deployed via Webstart as jar format? (I need it as .jar files)
I need to be able to run my Application (deployed via jnlp) at OS startup or boot time. If not, any other solution?
Only solution I got so far is to download app's jar(s) directly via HTTP.
Thanks in advance!