B4J Question B4j-bridge and Mac error

Arnaud

Active Member
Licensed User
Longtime User
Hello,

I am testing the B4j-Bridge 1.50 between my PC Windows 10 and a MacBook M1, but I have an error.

log B4J:
Error: --add-modules= requires modules to be specified

Here the code on the mac command

Mac:
Last login: Wed Jun 23 08:41:52 on console
arnaud@MacBook-Pro-de-Arnaud ~ % /Users/arnaud/Desktop/arnaud/test_app_Mac/b4j_bridge/temp/build/run.command ; exit;
B4J-Bridge v1.50
Running on Java 11+
External JavaFX not found. Searching for internal modules...
Waiting for connections (port=6790)...
My IP address is: 192.168.1.30
FTP Server started: ftp://192.168.1.30:6781
Start B4J-Bridge with -disableftp to disable.
JavaFX modules:
Connected!
Starting program
ProcessCompleted



It seems that it miss the JavaFX modules. I have download the latest version from b4j : https://www.b4x.com/b4j.html

I have tested with Openjdk 11 and Oracle Java 8 (I think that I must use Openjdk 11 but....) , but I have an error on the both. I'm probably doing something bad but I don't know where...

Can you help me please?

Thanks
 

Arnaud

Active Member
Licensed User
Longtime User
I have downloaded the three components to a folder and unpack the files.

Is there a specific path to place this 3 files?
 

Attachments

  • IMG_2100.JPG
    IMG_2100.JPG
    172.6 KB · Views: 143
Upvote 0

Arnaud

Active Member
Licensed User
Longtime User
Sorry but I need to move and place the file "b4j-bridge.jar" in the folder path "java/jdk-14.0.2.jdk/Contents/Home/bin/" or I need to write the command line "java/jdk-14.0.2.jdk/Contents/Home/bin/java -jar b4j-bridge.jar" in the terminal of the Mac M1?
 
Upvote 0

Arnaud

Active Member
Licensed User
Longtime User
Ok Thank you very much, I will try. I begin to use the Mac, it is new for me, not easy for me šŸ˜“
 
Upvote 0
Top