B4J Question Struggling to get B4J-Bridge to run on Linux Mint 19.1

RichardKirk

Member
Licensed User
Longtime User
Hi,
Am going nuts trying to get B4J-Bridge to run consistantly.................
I modified the release_java_modules.txt to include the modules my app uses,
but it is immediately overwritten? Not sure what is going on. Have installed:
IBM(?) java as it is the one on offer, version is "1.8.0_241" which is based on Oracle jdk8u241-b07.
I have also loaded openjfk. The 'bridge starts, and connects, but when I try to run my app, i get
Error: Could not find or load main class @...release_java_modules.txt
Any ideas/Advice?
 

RichardKirk

Member
Licensed User
Longtime User
This is not needed.

If you are using Java 8 on the target computer then you also need to use Java 8 on the PC.
Thank You. Did a whole uninstall/re-install of java & openjfx. Re-installed OpenJDK & openjfx
and everything seems OK.................
Next phase is the Packager11

Thank you for your quick response
 
Upvote 0
Top