COMSCI 2110: Object-Oriented Programming
1st Semester A.Y. 2020-2021
ACT #1 – Java Programming Fundamentals
I. Compiling/Running Java Programs.
1. Create folder for the location of the code.
2. Type the code in notepad.
3. Save it on the folder that I created with the filename JIM.java.
4. Open Command Prompt then type (cd C:/Java Codes) for the path then press enter.
5. Type (javac JIM.java) then press enter.
6. Lastly, wait a second then enter (java JIM).