Web Start (.jnlp) #25
-
Once upon a time there was WebStart function part of Java JRE/JDK package as well as all JavaFX components. After using AdoptOpenJDK + IcedTea for web starts + customized compiled JavaFX binaries Q: Will the Microsoft Java build already contain a web start feature? Best regards and thank you in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @cohe, Currently, we do not have plans to extend the Microsoft Build of OpenJDK with other features, including OpenWebStart, that are not part of the OpenJDK project. For this scenario, we do recommend the use of If customer demand shows the need for such a feature, we may reconsider in the future. Thanks, |
Beta Was this translation helpful? Give feedback.
Hi @cohe,
Currently, we do not have plans to extend the Microsoft Build of OpenJDK with other features, including OpenWebStart, that are not part of the OpenJDK project.
For this scenario, we do recommend the use of
jlink
andjpackage
to produce OS native package installers with the Java runtime bundled within. Companies like GluonHQ provide great support for this.If customer demand shows the need for such a feature, we may reconsider in the future.
Thanks,
Bruno