-
Open the project in VSCode.
-
Configure launch.json to look like this and replace <PATH_TO_JAVAFX_JARS> with the filepath to the location of the JAVAFX files from lab 1:
"version": "0.2.0", "configurations": [ { "type": "java", "name": "PantryPal", "request": "launch", "mainClass": "pantrypal.PantryPal", "vmArgs": "--module-path '<PATH_TO_JAVAFX_JARS>' --add-modules javafx.controls,javafx.fxml" }, { "type": "java", "name": "ppserver", "request": "launch", "mainClass": "ppserver.PPServer" } ]
-
Start ppserver using VSCode's run button. PantryPal will not work if ppserver is not running.
-
Start PantryPal using VSCode's run button.
-
Notifications
You must be signed in to change notification settings - Fork 0
ucsd-cse110-fa23/cse-110-project-team-6
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
cse-110-project-team-6 created by GitHub Classroom
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published