B4J Question module not found: javafx.swing

dieterp

Active Member
Licensed User
Longtime User
I am currently experiencing the issue whereby my program won't launch due to the "error: module not found: javafx.swing" error.

1685022770896.png


I see there are several questions already on this topic, but the general answer is to follow the installation instructions and it will work. I feel I've adequately followed the instructions, but maybe I'm missing something. Below is the folder structure after installation:

1685022910841.png


Does anyone have any further suggestions on where I'm tripping up?
 

dieterp

Active Member
Licensed User
Longtime User
Thanks. I managed to locate the issue. I had saved the jdk-14.0.1 under C:\Java... but then in my configure paths I accidently linked it to C:\Program Files\Java... Routing to the correct folder resolved the issue
 
Upvote 0
Top