Hi All, i hope everything is going fine and soon we all be out of this situation,
I just start with my Rpi 4, i tried many things, including running my B4J test program (already compiled in .jar) these include program with GUI (I have to use OpenFX in order them to Work). So My Next Step was to install Bridge (for Rpi 4) and after some issues I follows recomendations, I update to bellsoft-jdk13.0.1-linux-arm32-vfp-hflt.tar.gz and
B4J-Bridge v1.44, from this command sudo jdk-13.0.1/bin/java -jar b4j-bridge.jar, I got
B4J-Bridge v1.44
Running on Java 11+
External JavaFX not found. Searching for internal modules...
Waiting for connections (port=6790)...
My IP address is: 192.168.1.133
FTP Server started: ftp://192.168.1.133:6781
Start B4J-Bridge with -disableftp to disable.
JavaFX modules: javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web
Connected!
My B4J Bridge connection connect ok and start program
Connected!
Starting program
ProcessCompleted
However in Logs windows I got: * failed to add service - already in use?
I put in code #VirtualMachineArgs: -Djavafx.platform=monocle (Recommended in forum) it don't help, however if I took it out I got a lot of errors.
Thanks in advance for any comments
I just start with my Rpi 4, i tried many things, including running my B4J test program (already compiled in .jar) these include program with GUI (I have to use OpenFX in order them to Work). So My Next Step was to install Bridge (for Rpi 4) and after some issues I follows recomendations, I update to bellsoft-jdk13.0.1-linux-arm32-vfp-hflt.tar.gz and
B4J-Bridge v1.44, from this command sudo jdk-13.0.1/bin/java -jar b4j-bridge.jar, I got
B4J-Bridge v1.44
Running on Java 11+
External JavaFX not found. Searching for internal modules...
Waiting for connections (port=6790)...
My IP address is: 192.168.1.133
FTP Server started: ftp://192.168.1.133:6781
Start B4J-Bridge with -disableftp to disable.
JavaFX modules: javafx.base,javafx.controls,javafx.fxml,javafx.graphics,javafx.media,javafx.swing,javafx.web
Connected!
My B4J Bridge connection connect ok and start program
Connected!
Starting program
ProcessCompleted
However in Logs windows I got: * failed to add service - already in use?
I put in code #VirtualMachineArgs: -Djavafx.platform=monocle (Recommended in forum) it don't help, however if I took it out I got a lot of errors.
Thanks in advance for any comments