Welcome to the AIMS project. Here is a guideline to help you get started.
The workspace contains the following folders, where:
src: the folder to maintain sourceslib: the folder to maintain dependenciesassets: the folder to maintain static resourcestest: the folder for testing purpose
Import the root directory of this repository after cloning under Eclipse -> Open Projects from File System... or by using EGit.
Import sqlite-jdbc-3.7.2.jar in lib under Eclipse -> Project -> Properties -> Java Build Path -> Classpath -> Add JARs....
Import JUnit5 library under Eclipse -> Project -> Properties -> Java Build Path -> Modulepath -> Add Library... -> JUnit -> Next.
Note: At first, please try to run the project once, and then follow these steps.
- Create a new
User LibraryunderEclipse->Window->Preferences->Java->Build Path->User Libraries->New - Name it anything you want, e.g.,
JavaFX15, and include the jars under either thelib/linux/javafx-sdk-15directory for Linux distro or thelib/win/javafx-sdk-15directory for Windows in the project. - Include the library, e.g.,
JavaFX15, into the classpath.
Click on Run -> Run Configurations... -> Java Application, create a new launch configuration for your project and add these VM arguments:
- For Linux distro:
--module-path lib/linux/javafx-sdk-15 --add-modules javafx.controls,javafx.fxml
- For Windows:
--module-path lib/win/javafx-sdk-15/lib --add-modules javafx.controls,javafx.fxml
- nguyenlm - Software Engeneering Student - k61
- manhvd - Software Engeneering Student - k61
- hieudm - ICT - k61

