A basic hello world type sample Java app. You should be able to put this into your java IDE and with a few mods have a directory listing. Change the public-static-finals at the top of HelloWorld.java ...
First you’ll need to setup a Java project for Maven to build. To keep the focus on Maven, make the project as simple as possible for now. Now that you have a project that is ready to be built with ...