본문 바로가기

ETC/개발환경세팅

[설치방법] VS code & open JDK & 이클립스 설치방법

1. VS Code 설치하기

 

Download Visual Studio Code - Mac, Linux, Windows

Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.

code.visualstudio.com

2. open JDK 설치하기

2-1 링크 접속 혹은 open JDK 설치 ( https://openjdk.org/ )

 

OpenJDK

Learn about the key active Projects in the Community including Amber (high-productivity language features), Loom (lightweight concurrency), Panama (foreign functions and foreign data), Valhalla (primitive types and specialized generics), and, of course, th

openjdk.org

 

최신 버전보다는 좀 안정화된 버전을 사용하는 것을 추천합니다

here을 클릭하고 windows 버전을 선택하시면 됩니다( 맥이신 분들은 macOS를 선택하시는 것을 추천합니다)

그리고 다운로드 해줍니다. 버전 확인해 주시고 다운로드해줍니다. 저는 jdk-17 다운하겠습니다. 새로운 버전은 안정화되지 않을 수 있고 무엇보다 오류시 참고할만한 데이터가 적습니다.

이후에는 환경변수 설정을 해야합니다. 검색창에 '고급 시스템 설정보기'를 검색해서 선택합니다.

그리고 아래처럼 '환경 변수'를 클릭합니다.  '새로 만들기' 클릭하여 'JAVA_HOME'과 jdk-17이 있는 파일 경로를 작성하고 저장해 줍니다. 그리고 설치가 제대로 되었는지 확인하기 위해서 cmd창에 아래 코드를 작성해 줍니다. 내가 설치한 버전이 맞다면 제대로 설치된 것입니다.

java -version

3. 이클립스 설치 (https://www.eclipse.org/downloads/)

 

Eclipse Downloads | The Eclipse Foundation

The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 415 open source projects, including runtimes, tools and frameworks.

www.eclipse.org

링크에 접속하여 아래로 스크롤하면 다운로드 패키지를 클릭한 후 맞는 버전에 IDE를 다운해줍니다.

압축 파일이 다운되었다면 압축을 풀어줍니다. 생각보다 다운로드하는데 시간이 걸리네요. 압축이 풀리면 실행가능한 이클립스 실행파일이 보이면 여시면 됩니다. 

 

 

728x90