Java/정리

02프로그램설치

낭구리 2021. 8. 18. 14:28

용어 정리

JDK(Java Development Kit) : 자바에서 제공되는 개발용 라이브러리. 계속 버전이 올라가고 있음

JRE(Java Runtime Environment) : 자바 프로그램이 실행되는 환경. 8.0까지 무료로 제공 됨

JVM(Java Virtual Machine) : 자바 가상 머신으로 프로그램이 실행되는 환경인 JRE 가 설치되어 있어야 함

1. 자바 설치 하기

자바 JDK 설치

https://www.oracle.com/java/technologies/javase-downloads.html

 

Java SE - Downloads | Oracle Technology Network | Oracle

Documentation Installation Instructions Release Notes Oracle License Binary License Documentation License Java SE Licensing Information User Manual Includes Third Party Licenses Certified System Configurations Readme Oracle JDK JDK Download Documentation Download Looking for Oracle OpenJDK builds? O...

www.oracle.com

JDK 다운로드가 안될 때 아래 주소에 접속해서 다운 받고 실행해 주세요. !!!

https://drive.google.com/file/d/1dlV8CQ_7DYGXKP9fO0tv1aDrUCxwOUK4/view?usp=sharing

 

jdk-16.0.2_windows-x64_bin.exe

jdk-16.0.2_windows-x64_bin.exe Sign In

drive.google.com

자바 JRE 설치 (이클립스를 사용할 경우 설치 안해도 됩니다.)

https://www.oracle.com/java/technologies/javase-jre8-downloads.html

 

Java SE Runtime Environment 8 - Downloads

Important Oracle JDK License Update The Oracle JDK License has changed for releases starting April 16, 2019. The new Oracle Technology Network License Agreement for Oracle Java SE is substantially different from prior Oracle JDK licenses. The new license permits certain uses, such as personal use an...

www.oracle.com

※ 이클립스를 설치할 경우 플러그인 방식으로 포함되어 있다

2. 이클립스 설치 하기

https://www.eclipse.org/downloads

--> 필요할 때 설정 합시다 !!!

나눔고딕코딩 폰트 설정하기

https://github.com/naver/nanumfont

naver/nanumfont

Contribute to naver/nanumfont development by creating an account on GitHub.

github.com

폰트 주소 :

https://hangeul.naver.com/font

 

'Java > 정리' 카테고리의 다른 글

연산자2  (0) 2021.08.19
Contant(상수)  (0) 2021.08.19
변수와 자료형  (0) 2021.08.18
프로젝트 실행  (0) 2021.08.18
자바의 소개  (0) 2021.08.18