본문 바로가기
개발

Mac에 JDK, Eclipse 설치

by 유다110 2020. 4. 7.
반응형

1. Java JDK 다운로드

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

 

Java SE - Downloads | Oracle Technology Network | Oracle

Java API Documentation Updater Tool 1.3 Java API Documentation Updater Tool repairs-in-place Java API Documentation created with javadoc versions included with JDK 5u45, 6u45, 7u21 and earlier.  See the 7u25 release notes for more information.

www.oracle.com

 

2. 설치 후 ./zshrc 나 ./bash_profile에서 다음 코드 추가

export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk-13.0.2.jdk/Contents/Home

 

3. 적용

source ./zshrc

 


 

1. Eclipse 다운로드

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 350 open source projects, including runtimes, tools and frameworks.

www.eclipse.org

2. 설치

 

5. 완료

반응형

댓글