- IntelliJ IDEA
- JDK17
- OpenJFX 21
- MySQL
- Clone and open this repository in IntelliJ IDEA
- Config class
DatabaseHelper.java
to your local settings - Config the project SDK to JDK17 (File -> Project Structure -> Project Settings -> Project)
- Open Maven tool window and run
clean
andinstall
- Open
Run/Debug Configuration
window - Click New Application and choose JDK17
- Choose
Modify Options
and enableAdd VM Options
- Config the vm options with this line
--module-path {path to sdk}/javafx-sdk-21.0.4/lib --add-modules javafx.controls,javafx.fxml,javafx.web
- Save and run AppStart to start using our application
Dec 2024