P prajinpraveen Active Member Licensed User Longtime User Oct 23, 2020 #1 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
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
P prajinpraveen Active Member Licensed User Longtime User Oct 23, 2020 #2 unless the error is related to sd_ziplibrary Attachments errorlog.txt 4.2 KB · Views: 249 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Oct 23, 2020 #3 Make sure that B4J is configured to use the correct Java (Tools - Configure Paths). Upvote 0
P prajinpraveen Active Member Licensed User Longtime User Oct 23, 2020 #4 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
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