Menginstall Java di Windows, Linux, dan Mac Os

Menginstall Java

OpenJDK

OpenJDK adalah salah satu implementasi Java Development Kit yang opensource dan gratis
https://openjdk.java.net/ 

OpenJDK vs yang lain

  • Oracle JDK : https://www.oracle.com/java/technologies/javase-downloads.html
  • Amazon Corretto : https://aws.amazon.com/id/corretto/
  • Zulu : https://www.azul.com/downloads/zulu-community/

Download OpenJDK

https://jdk.java.net/

Setting PATH Windows

extract here file openjdk

setting path environment windows

membuat environment variable java

register bin java di system variable path

cek version java dan java compiler

Setting PATH Linux atau Mac Os

Setting PATH

Integrated Development Environment

IDE adalah smart editor yang digunakan untuk mengedit kode program.

IDE juga digunakan untuk melakukan otomatisasi proses kompilasi kode programdan otomatisasi proses menjalankan program.

IDE untuk Java

  • Intelli JDEA Ultimate / Community : https://www.jetbrains.com/idea/
  • Eclipse : https://www.eclipse.org/downloads/packages/
  • NetBeans : https://netbeans.apache.org/
  • JDeveloper : https://www.oracle.com/application-development/technologies/jdeveloper.html
Next Post Previous Post
No Comment
Add Comment
comment url