I have this netbeans project structure:
/my_project
|__/controllers
| |__/factories
| |__Factory.java
| |__/integrator
| |__Integrator.java
|
|__/models
| |_Models.java
|
|__/main
|_Main.java
But, how can I compile/run it from command line?
This post works for me to compile, but not for run it.
There is a way to run it without using tools like Ant?