1

for a uni project i need to make a piechart it's why i decided to use JavaFX, i follow this tutorial I download JavaFX 16, i create my user library, JavaFX16 that i add into Classpath  here

I also add the VM argument " --module-path "C:\Users\andre\Downloads\openjfx-16_windows-x64_bin-sdk\javafx-sdk-16\lib" --add-modules javafx.controls,javafx.fxml " but i still have this error "Error occurred during initialization of boot layer java.lang.module.FindException: Module javafx.controls not found" enter image description here

I find this other stackoverlow page but it doesn't help. If someone know how to fix this, i would be glad to hear him. (I'm sorry if i made english mistake or that i forgot to add something)

Have a nice day.

3
  • Go to openjfx.io, follow the JavaFX and Eclipse tutorial there. Or install the liberica distribution from bellsoft which includes JavaFX. Or download Idea community edition and use the new JavaFX project wizard. Commented Jan 1, 2022 at 6:57
  • I find a fix, using an other library Commented Jan 1, 2022 at 12:56
  • How does such a comment help anybody else with the same problem? You can self answer. Commented Jan 1, 2022 at 16:52

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.