Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bundling javafx with install4j

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) ?

like image 409
Karaaie Avatar asked Oct 05 '22 20:10

Karaaie


1 Answers

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+.

like image 86
Ingo Kegel Avatar answered Oct 10 '22 03:10

Ingo Kegel