tags:

views:

20

answers:

1

How can I launch a java webstart application from a java application?

There is

Runtime.getRuntime().exec("javaws <URL>");

but it seems not the best way to me. I tried using com.sun.javaws.Main but due to lack of documention I don't know how to do it right.

A: 

Depending on your setup, perhaps this helps:

Q: How can I start other Web Start apps from my Web Start app?

aioobe