B4J Question Error: JavaFX missing

Andie

Member
Licensed User
Longtime User
I executed the recommended procedure by installing OpenJDK 11 and OpenJFX 11. However, I got this message:

_forum.png


I know, there are some threads dealing with this topic. But I don't know what I could change.
 

sfsameer

Well-Known Member
Licensed User
Longtime User
I executed the recommended procedure by installing OpenJDK 11 and OpenJFX 11. However, I got this message:

View attachment 106893

I know, there are some threads dealing with this topic. But I don't know what I could change.
It's already been answered here :

Just follow the steps and you will be good to go :)
 
Upvote 0

Andie

Member
Licensed User
Longtime User
Does it mean, it's not possible to use the command:
B4X:
java -jar MyProg.jar

and that instead I have to use the B4JPackager?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
Note that B4JPackager refers to an old packager that should never be used.
B4JPackager11 is the correct one, though you should let the IDE build the package for you: https://www.b4x.com/android/forum/t...-way-to-distribute-standalone-ui-apps.117880/

It is possible to run UI jars from the command line with a known configuration.
 
Upvote 0
Top