openjfx / openjfx-docs

Getting started guide for JavaFX 11
BSD 3-Clause "New" or "Revised" License
95 stars 25 forks source link

Error occurred during initialization of boot layer java.lang.module.FindException: Module javafx.controls not found #233

Open gabrielvalecill0 opened 1 year ago

gabrielvalecill0 commented 1 year ago

1 2 3 4

--module-path "C:\Program Files\Java\jdk-20\JavaFx20\lib" --add-modules javafx.controls,javafx.fxml

I have done everything correctly including copy paste of the page itself and the address of the folder and even so it gives me an error

gabrielvalecill0 commented 1 year ago

Solution: agrege la libreria de JavaFx en el module Path 1 2

momed003 commented 6 months ago

i tried this solution and dident work