Skip to content

Latest commit

 

History

History

java

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

☕ 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.