$ mkdir helloworld-proj # create project dir $ cd helloworld-proj $ mkdir src/main # main source dir $ mkdir src/test # test (junit) source dir $ mkdir bin # shell/bat scripts to run $ mkdir lib # lib ...