I'm creating javafx app, and Im trying to connect it with the mysql database. When I created module, I got error listed here: Error occurred during initialization of boot layer java.lang.module.FindException: Module softverskiProcesi not found
VM options: --module-path ${PATH_TO_FX} --add-modules=javafx.controls,javafx.fxml
java --version openjdk 11.0.14 2022-01-18 LTS OpenJDK Runtime Environment Microsoft-30257 (build 11.0.14+9-LTS) OpenJDK 64-Bit Server VM Microsoft-30257 (build 11.0.14+9-LTS, mixed mode)
Can anyone help me with this? Tried with: java.lang.module.FindException: Module not found but seems like it doesn't help me.