Open CMD in this project root folder and run the following command:
.\build.bat
After that, you will have a "build" folder, go inside it and run your java classes.
Navigate to build folder:
cd build
Run a Java class:
java <package>/[<sub-package>/]<Class>