Skip to content

Forking the project developed during the 2nd semester of the 2nd year @ UM

Notifications You must be signed in to change notification settings

diogorrio/multi-agent-surveillance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 

Repository files navigation

Explorer - Project 2.2

DEFINITE RUN

[Phase 3's New Run, no need to use builds]
- Navigate to the Main class and run its main method
- The program should open right after

[If on Terminal/CMD]
- Navigate to the 'GUI' package
- Compile first, and then type 'java Main.java'
- The program should open right after

Run from Terminal/Command Line

[Current Maven Build]
(If you have Apache Maven installed in your PC/VM)
- Navigate to 'Project-2-2\Explorer', where the 'pom.xml' file is located
- Type 'mvn install' as a command
- Ready to run (use the javafx:run functionality)
NOTE: Might be useful to 'mvn clean install' in between runs.

Run from IntelliJ IDE

[Current Maven Build]
- Trust project and load Maven modules
- Select the Maven actions section -> top right 
(if it isn't showing, close and reopen your IntelliJ IDE)
- Under Explorer\Lifecycle, click on '(mvn) install'
- Ready to run
- To run: Under Explorer\Plugins\javafx, click on 'javafx:run'
NOTE 1: The program will take a few seconds to be built and should be ready afterwards.
NOTE 2: Might be useful to 'mvn clean install' in between runs.

About

Forking the project developed during the 2nd semester of the 2nd year @ UM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%