Instructions:
- Download the Java source codes
- Store these codes into a local folder and open this folder
- Click the right key of mouse and click ‘Open in Terminal’
- Input command as ‘javac *.java’ to compiler all Java source codes to get the Java class files
- Input command as ‘java Compiler FolderName’ (FolderName indicates the name of folder which contains the Jack source codes)
For the step 5, if user wants to compile the folder which is not in the ‘src’ folder, the entire path of the folder should be added in front of the folder name.