B4J Question javafx.scene.control.Dialog not found

prajinpraveen

Active Member
Licensed User
Longtime User
Hello There,

I understand Java JDK v8u40+ is required to resolve this error.
I have OpenJDK 11 + OpenJFX 11 (https://www.b4x.com/b4j.html).

Am i missing something. I get error - javafx.scene.control.Dialog not found.

screentshot of java11.0.1

1603437248038.png
 

prajinpraveen

Active Member
Licensed User
Longtime User
Thanks Erel. It is configured to point to java 11

found the issue. the error is linked to the jsd_zip library file.
I used the module from Here

and commented Private fx As JFX from class_Globals to resolve the issue

many thanks
 
Upvote 0
Top