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"
You can use multiple IDEs with Java. I would recommend you -in that order- the following:
mvn -version
If the command gives no output, go there to install maven.
Run the main method with your favorite IDE.