jcesar Active Member Licensed User May 28, 2019 #1 Hi I'm trying run a b4j application on linux but does not work. But the javafx runtime components are missing. I'm already install openjfx but does not work.
Hi I'm trying run a b4j application on linux but does not work. But the javafx runtime components are missing. I'm already install openjfx but does not work.
DonManfred Expert Licensed User May 28, 2019 #2 Linux - https://b4xfiles-4c17.kxcdn.com/b4j/linux_jdk-11.0.1.zip
jcesar Active Member Licensed User May 28, 2019 #3 Thanks. Is there a tutorial to explain how install this sdk ?
DonManfred Expert Licensed User May 28, 2019 #4 Dont know. i do not use linux. Ask your systemadmin I just know the existence based on: https://www.b4x.com/android/forum/t...lest-way-to-distribute-ui-apps.99835/#content
Dont know. i do not use linux. Ask your systemadmin I just know the existence based on: https://www.b4x.com/android/forum/t...lest-way-to-distribute-ui-apps.99835/#content
jcesar Active Member Licensed User May 28, 2019 #5 Solved. 1-Install Oracle Java 11 -> https://tecadmin.net/install-oracle-java-11-ubuntu-18-04-bionic/ 2-Download the JavaFX libs -> https://gluonhq.com/products/javafx/ 3-Extract the JavaFX libs and put in a folder. 4-Open a terminal and run the jar with command: java --module-path /path/to/javafxlibs --add-modules javafx.fxml,javafx.controls -jar jar-name.jar
Solved. 1-Install Oracle Java 11 -> https://tecadmin.net/install-oracle-java-11-ubuntu-18-04-bionic/ 2-Download the JavaFX libs -> https://gluonhq.com/products/javafx/ 3-Extract the JavaFX libs and put in a folder. 4-Open a terminal and run the jar with command: java --module-path /path/to/javafxlibs --add-modules javafx.fxml,javafx.controls -jar jar-name.jar