Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1001 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 1001 Bytes

FamilyMapServerStudent

  • 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:

  1. Follow the instructions on github regarding how to clone this repository into a directory on your local machine.
  2. Open IntelliJ.
  3. Select File -> Open...
  4. Navigate to the newly cloned repository and select it.
  5. Allow IntelliJ a few minutes to download any dependencies and set up the project.
  6. 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.
  7. 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.
  8. Select File -> Invalidate Caches / Restart.
  9. Once IntelliJ finishes restarting, you should be good to go. Good luck!