WEB/JAVA

자바 시작하기-설치

dev-hyeonnnnn 2022. 11. 7. 23:39

자바의 특징

1.확장성:객체지향 언어이기 때문에 유지보수가 쉽고 확장성이 좋다.

2.다양성:풍부한 기능을 제공하는 오픈소스이다.

3.독립성:플랫폼에 영향을 받지 않으므로 다양한 환경에서 사용할 수 있다.

 

자바 설치하기

1.오라클 사이트 접속 www.oracle.com  

 

Oracle | Cloud Applications and Cloud Platform

The new Oracle Cloud Infrastructure platform, announced by Oracle Executive VP Clay Magouyrk at Oracle CloudWorld, lets providers offer a full range of cloud services to their customers alongside their own offerings.

www.oracle.com

2.JDK11다운로드

3.환경변수 등록:

실행>sysdm.cpl>고급>환경변수

시스템변수>Path>편집>새로만들기>java.bin경로 추가

시스템변수>새로만들기>CLASSPATH추가

 

이클립스 설치하기

1.이클립스사이트 접속 www.eclipse.org  

 

The Community for Open Innovation and Collaboration | The Eclipse Foundation

The Eclipse Foundation provides our global community of individuals and organizations with a mature, scalable, and business-friendly environment for open source …

www.eclipse.org

2.이클립스IDE다운로드

 

이클립스 실행하기

1.프로젝트 생성하기 - Create module 체크 해제 - 프로젝트 이름 대문자

2.패키지 이름 소문자

3.클래스 이름 대문자