B4J Question JavaFx.swt missing

NikVogiatzis

New Member
Hi all,

I have been trying to create a standalone application, and it keeps saying that I am missing the javafx.swt file. I have installed the full JDK with JavaFX and I am running B4J 10.30. Also, when I try to do the same thing for a console app, I get the error "Folder Not Found".

Has anyone solved this?

Cheers
Nik
 

NikVogiatzis

New Member
For the GUI app, I get the following error:

Compiling generated Java code. Error
error: module not found: javafx.swt
1 error

For the console app, I get the following error:
javafx-sdk not found.
javafx-jmods not found.

Clearly, files are missing, but I have downloaded Java 11, and the JavaFX version which should have everything bundled, but...
 
Upvote 0
Top