0% found this document useful (0 votes)
33 views3 pages

JIM Compiling Running Java

The document provides instructions on compiling and running a Java program by creating a folder for code, typing code in notepad, saving the file as JIM.java, opening command prompt, changing directories to the Java code folder, compiling the code using javac, and running it using java.

Uploaded by

Jerrold Madrona
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views3 pages

JIM Compiling Running Java

The document provides instructions on compiling and running a Java program by creating a folder for code, typing code in notepad, saving the file as JIM.java, opening command prompt, changing directories to the Java code folder, compiling the code using javac, and running it using java.

Uploaded by

Jerrold Madrona
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

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).

You might also like