B4J Question [Solved] PyBridge connection

Daestrum

Expert
Licensed User
Longtime User
Can PyBridge be coaxed into connecting to python3 running inside a Linux Virtual Machine.
Simple reason why - Linux had better libraries (newer versions) than windows does. (Especially for tensors etc)
 

Daestrum

Expert
Licensed User
Longtime User
Thank you, will try that and see how it goes.
 
Upvote 0

Daestrum

Expert
Licensed User
Longtime User
Got it working - B4J now runs on the Linux VM using the VMs Java and Python.
Had to look at a lot of forum posts, but found one thing they missed, the java folder layout must be like B4J expects javafx inside jdk with normal layout for javafx-jmods and javafx sdk just in javafx folder.
 
Last edited:
Upvote 0

Daestrum

Expert
Licensed User
Longtime User
Needed it to match the windows side on machine for testing,, so had to build the Java 26 folder structure. All working fine now.
 
Upvote 0
Top