How to compile all java files inside a folder which contains many folders
843810Oct 26 2005 — edited Oct 11 2007I need to know how to compile all java files in folder which has many folder with java files
Eg
-A --
| --B
b1.java
|--C
c1.java
How to compile all java files inside A folder in DOS