I think my question is easy. However it is surprising that I couldn\'t find any easy solution.
I\'m developing an open source Java library project on Netbeans and l
Try ant http://ant.apache.org/ . It's easier to learn than maven and can do your code compilation.