Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 574 Bytes

File metadata and controls

8 lines (7 loc) · 574 Bytes

Instructions:

  1. Download the Java source codes
  2. Store these codes into a local folder and open this folder
  3. Click the right key of mouse and click ‘Open in Terminal’
  4. Input command as ‘javac *.java’ to compiler all Java source codes to get the Java class files
  5. 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.