B4J Question DButils not running under Linux

ThorstenStueker

Member
Licensed User
When starting DBUTILS I get the following errormessage. I have the problem with all APPS using XUI Lib or SQL Lib. I can not get this error out but I have to...


I have installed Java Version

openjdk version "11.0.8" 2020-07-14
OpenJDK Runtime Environment (build 11.0.8+10-post-Ubuntu-0ubuntu120.04)
OpenJDK 64-Bit Server VM (build 11.0.8+10-post-Ubuntu-0ubuntu120.04, mixed mode, sharing)

and openjfx Version

javafx.version=11.0.6-internal
javafx.runtime.version=11.0.6-internal+0-2020-04-14-123056
javafx.runtime.build=0

What can I do to get it running or is it a Bug?
 

ThorstenStueker

Member
Licensed User
Foound the solution. When starting you have to load all FX modules.

java --module-path /usr/share/openjfx/lib/ --add-modules=ALL-MODULE-PATH -jar DBUtils.jar

Otherwise he will not start all modules cause when typing in module for module he finds them sometimes and sometimes not. So to do All-Module-Path is the best choice.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…