Skip to content

Files

Latest commit

ac22f61 · Jun 10, 2019

History

History

java

README.md

☕ Java Playground

Install OpenJDK 8 or above

First you need to install Java on your machine. Download and install JDK.

java -version 

Should output something like (if you installed JDK8) :

java version "1.8.0_181"

Install an IDE

You can use multiple IDEs with Java. I would recommend you -in that order- the following:

Check that maven is installed

mvn -version 

If the command gives no output, go there to install maven.

Play!

Run the main method with your favorite IDE.