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.
- Follow these instructions to get VS Code setup for Java use https://code.visualstudio.com/docs/languages/java
- Open
cavecrawler
folder in VS Code - Right click on
App.java
and select "Run Java" in order to run the app