Search

How to compile all the files in a Folder ?



Use “javac *.java” command from the directory location of the java files to compile all the files at a time.