- Download JavaFX
- https://gluonhq.com/products/javafx/
- In IntelliJ IDEA click on File => Project Structure => click on add => choose your javaFX lib directory
- Add VM arguments
- In IntelliJ IDEA click on Run => Edit Configurations => paste the line below into VM options
--module-path "\path\to\javafx-sdk-15.0.1\lib" --add-modules javafx.controls,javafx.fxml
- \path\to\javafx-sdk-15.0.1\lib should replaced to the path of JavaFX in your local machine
- Install dependencies
- add the .jar files to classpath
forked from AamerAli1/Event-Management-System
-
Notifications
You must be signed in to change notification settings - Fork 0
HammamHraesha/Event-Management-System
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Event Management System is an event Manager created with JavaFX for SEN2212 project
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Java 98.7%
- CSS 1.3%