Bundling javafx with install4j

£可爱£侵袭症+ 提交于 2020-05-15 01:57:05

问题


I'd like to bundle javafx 2.1 with my install4j installer, I know I can acheive this by manually depending on the specific .dll and .jar files. But I'd like to do this in the same simple manner that I do when bundling the JRE, is there a way of doing this? If not, will this feature be available soon(or at all) ?


回答1:


The pre-made Java 7 JRE bundles that are downloadable in the install4j IDE already include JavaFX, so you don't have to do anything.

Starting with install4j 8.x, you can choose the Liberica JDK provider to get JavaFX for both Java 8 and Java 9+.



来源:https://stackoverflow.com/questions/13560913/bundling-javafx-with-install4j

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!