- Refer to the How To Get Started document on the Family Map Server Program Assignment for more detailed instructions and help with common issues.
General Instructions:
- Follow the instructions on github regarding how to clone this repository into a directory on your local machine.
- Open IntelliJ.
- Select File -> Open...
- Navigate to the newly cloned repository and select it.
- Allow IntelliJ a few minutes to download any dependencies and set up the project.
- Once it is done loading, make sure the main function found in HelloWorld.java runs without errors. It is found inside the project in the
src/main/java/HelloWorld.java
directory. - Select Help -> Edit Custom VM Options and add the following line to the end of the file:
-Deditable.java.test.console=true
This is necessary to run the test driver properly. - Select File -> Invalidate Caches / Restart.
- Once IntelliJ finishes restarting, you should be good to go. Good luck!