简体   繁体   English

从Java应用程序启动Java Webstart应用程序

[英]Launch a java webstart application from a java application

How can I launch a java webstart application from a java application? 如何从Java应用程序启动Java Webstart应用程序?

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. 我尝试使用com.sun.javaws.Main,但是由于缺少文档,所以我不知道如何正确执行。

Depending on your setup, perhaps this helps: 根据您的设置,这可能会有所帮助:

Q: How can I start other Web Start apps from my Web Start app? 问:如何从Web Start应用程序启动其他Web Start应用程序?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM