0% found this document useful (0 votes)
25 views

Program Java Pertama

The document discusses the steps to create a first Java program, including downloading the necessary software like the Java Development Kit (JDK) and an IDE like Netbeans or Eclipse. It provides instructions on installing the JDK and configuring the path variables before presenting a simple "Hello World" Java program as an example.

Uploaded by

Julian mantap
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views

Program Java Pertama

The document discusses the steps to create a first Java program, including downloading the necessary software like the Java Development Kit (JDK) and an IDE like Netbeans or Eclipse. It provides instructions on installing the JDK and configuring the path variables before presenting a simple "Hello World" Java program as an example.

Uploaded by

Julian mantap
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 18

Program Java Pertama

Perangkat Lunak yang Dibutuhkan


• Java Development Kit (JDK)
• Text Editor
 NotePad++, UltraEdit, JCreator, Gel, dsb
• Software IDE (Integrated Development
Environment)
 IDE Netbeans dan IDE Eclipse
Mengunduh Perangkat Lunak Inti
• Mengunduk JDK
http://www.oracle.com/technetwork/java/jav
ase/downloads/index.html
• Mengunduh JCreator
http://www.jcreator.org/download.htm
Memasang JDK
Memasang JDK (lanj.)
Memasang JCreator Lite
Memasang JCreator Lite (lanj.)
Memasang JCreator Lite (lanj.)
Memasang JCreator Lite (lanj.)
Ubah Settingan Path
Ubah Settingan Path (lanj.)

Tambah variable

• 32-bit
;C:\Program Files\Java\jdk1.7.0_01\bin

• 64-bit
 ;C:\Program Files(x86)\Java\jdk1.7.0_01\bin
Ubah Settingan Path (lanj.)
Program Java Pertama

public class HelloWorld{


public static void main(String[]
args){
System.out.println("Hello World");
}
}
Program Java Pertama (lanj.)
Java JCreator
Java JCreator (lanj.)
Java JCreator (lanj.)
Java JCreator (lanj.)

You might also like