简体   繁体   English

我可以通过Web Start使用Java 6运行JavaFX应用程序吗?

[英]Can I run a JavaFX application via Web Start with Java 6?

I want to offer a JavaFX-Application online via WebStart. 我想通过WebStart在线提供JavaFX-Application。 Is it possible to launch the application if the user only has JDK 1.6? 如果用户只有JDK 1.6,是否可以启动应用程序?

If it isn't possible "out of the box", can I somehow include the neccessary jars in the application? 如果不能“开箱即用”,我可以以某种方式在应用程序中包含必要的jar吗?

  1. I am pretty sure that Java FX was usable in later versions of 1.6. 我很确定Java FX可以在1.6的更高版本中使用。
  2. It is neither legal nor practical to supply the JRE (or separately Java FX) in Jars. 在Jars中提供JRE(或单独的Java FX)既不合法也不实际。
  3. The best way to deploy a JWS app. 部署JWS应用程序的最佳方式。 or applet is to use the Deployment Toolkit Script . 或applet是使用Deployment Toolkit脚本

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

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