I'm trying to create my workspace without IDE and I want to put files and packages in the source folder but I don't know how to compile all java files.
I searched and found it, but this command only get java files of source folder:
javac -d bin/ src/*.java
I need to get java files of all folder into source folder.