Learnmonkey Learnmonkey Logo
× Warning:

The tutorial you are reading is currently a work in-progress.

Java Environment Setup

Now, it's time to set up our environment.

Installing Java

First, we need to install Java. First, go to the Java downloads website. Then, scroll down to the Java SE Development Kit Downloads section:

Java Downloads Website Screenshot

Pick your operating system and pick the installer. The installer will be downloaded. Then, run the installer and go through all the steps. At the end, you should have Java installed. To verify this, go into the command line and type "java", then hit enter. If something like the following pops up, Java has been installed correctly:

The java command in the command line

Installing Visual Studio Code