[JAVA] Mac os m2 JAVA 개발환경 구축

728x90
반응형

 

Mac os에서 JAVA 개발환경을 구축해보자!

 

1. JAVA 설치

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

 

Java Archive Downloads - Java SE 17

WARNING: Older versions of the JDK are provided to help developers debug issues in older systems. They are not updated with the latest security patches and are not recommended for use in production. For production use Oracle recommends downloading the late

www.oracle.com

 

- Apple M2 칩이 장착된 Mac에서는 ARM 64 아키텍처에 맞는 소프트웨어를 설치

- 나는 M2 칩이라 macOS Arm 64 DMG Installer로 설치했다.

ARM 64 Apple Silicon 칩을 사용하는 Mac에서 사용.
x64 Intel 기반 Mac에서 사용.
Compressed Archive 압축 파일로, 압축을 풀고 직접 설치.
DMG Installer 설치가 간편한 디스크 이미지 파일, macOS에서 설치 과정이 직관적

 

설치 후 터미널로 java -version 확인하여 잘 설치되었는지 확인.

 

2. 이클립스 설치

https://www.eclipse.org/downloads/packages/

 

Eclipse Packages | The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source pro

531 MB 276,277 DOWNLOADS Tools for developers working with Java and Web applications, including a Java IDE, tools for JavaScript, TypeScript, JavaServer Pages and Faces, Yaml, Markdown, Web Services, JPA and Data Tools, Maven and Gradle, Git, and more. Cli

www.eclipse.org

 

x86_64 Intel과 AMD의 64비트 프로세서에서 사용되는 아키텍처. Intel 기반의 Mac에서 사용
AArch64 ARM의 64비트 프로세서에서 사용되는 아키텍처. Apple Silicon (M1, M2 등) 기반의 Mac에서 사용

 

설치된 이클립스를 실행하면 끝!

 

728x90
반응형