Had a little time last weekend. I read that raspian just had an upgrade - bg fixes, some feature updates. Downloaded and installed the upgrades. I then went ahead an downloaded per you previous post the bellsoft jdk 13.0.1, and I also download a fresh copy of the bj4 bridge. I had some un expected results from this, the errors have definitely changed.
First running the bridge - I got the following:
pi@raspberrypi:~ $ sudo jdk-13.0.1/bin/java -jar b4j-bridge.jar
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.2.149
FTP Server started: ftp://192.168.2.149: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!
Looking pretty good here, thought something worked out.
Started the Bridge and got:
WARNING: package com.sun.javafx.embed.swing.oldimpl not in javafx.swing
WARNING: package com.sun.glass.ui.win not in javafx.graphics
WARNING: package com.sun.prism.d3d not in javafx.graphics
WARNING: Unknown module: javafx.swt specified to --add-opens
Waiting for debugger to connect...
Program started.
The program I decided to test was the example my first program.
It showed on the screen and seemed to work fine.
I the tested my the program I am currently writing, did have some issues, but I don't think this is related to the model 4 since these errors also occur on the model 3.
I will open a different thread for that if needed.
So all in all, the model 4 seems to be okay, not sure why, Just for your information, the Bridge did not run properly using the installed java 11 that came with the Raspian still, but does work with the downloaded JDK 13.0.1.