Here i changed jdk version of project, from 15 to 11, But now i got next error message:
java: error: release version 15 not supported
Attempts:
- Changed VM option:
--module-path C:\Projects\Java-Todo-List\lib\javafx-sdk-11.0.2\lib --add-modules=javafx.controls,javafx.fxml
- Download & add jdbc 8.0.25 & javafx 11.0.2
Source code
https://github.com/IsElxan/Java-Todo-List/tree/develop
P.s. Please, treat with understanding, cause i am still studying.