Question

I want to offer a JavaFX-Application online via WebStart. Is it possible to launch the application if the user only has JDK 1.6?

If it isn't possible "out of the box", can I somehow include the neccessary jars in the application?

Was it helpful?

Solution

  1. I am pretty sure that Java FX was usable in later versions of 1.6.
  2. It is neither legal nor practical to supply the JRE (or separately Java FX) in Jars.
  3. The best way to deploy a JWS app. or applet is to use the Deployment Toolkit Script.
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top