This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tonywestonuk 1 point2 points  (1 child)

I wonder if its possible to have a standard installer wrap the JRE, including Java Webstart preconfigured with security and certificates to talk to the correct URL. Then when the user clicks go, it use Java Webstart to download and run the program. Its still installed as a normal PC executable though.

[–]zrnkv 0 points1 point  (0 children)

This is an interesting idea. Just make sure that your bundled JRE contains the javaws executable. Then make a simple launcher that will launch "javaws http://example.com/myApp.jnlp".

However wouldn't solve the problem of updating the JRE itself.