B4J Question Menus not accessible with open javafx 11 on Ubuntu 20.04

yo3ggx

Active Member
Licensed User
Longtime User
I've built a B4J application that is running as expected on Windows, but on Linux (Ubuntu 20.04 with openjdk 11 and openjfx 11) the menus are not accessible. When I click on any menu, the list is displayed for a moment then disappear.
Is working ok with Oracle jre 1.8.xxx.
Anyone with the same issue?
 

yo3ggx

Active Member
Licensed User
Longtime User
Tried on my Ubuntu with jdk 14.0.2 and openjavafx 16, but the results are the same, I cannot open the menus.
I will do the same setup on B4J side and recompile the app.
 
Upvote 0

yo3ggx

Active Member
Licensed User
Longtime User
Created a new B4J UI project and added the default menu. Compiled and then jar file moved to the Linux computer.
I'm running the jar with the following command (copied first jdk in /data folder):
B4X:
/data/jdk-14.0.2/bin/java  --module-path /data/jdk-14.0.2/javafx/lib --add-modules javafx.controls -jar result.jar

Still the same issue.
 
Upvote 0
Top