Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 455 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 455 Bytes

Java debugging Lunch and Learn

Setup

Note: The instructions are assuming you are using VS Code to run Java, if you are using another IDE you will need to have to figure out how to setup the Java environemnt for it.

  1. Follow these instructions to get VS Code setup for Java use https://code.visualstudio.com/docs/languages/java
  2. Open cavecrawler folder in VS Code
  3. Right click on App.java and select "Run Java" in order to run the app