Hi, I downloaded a java source game, my question is, is there a way to compile all .java files at one time?
I normally do this to a single file, javac file.java
What if there is 10 java files?
Thanks.
Printable View
Hi, I downloaded a java source game, my question is, is there a way to compile all .java files at one time?
I normally do this to a single file, javac file.java
What if there is 10 java files?
Thanks.
Use the wildcard javac *.java