Trouble Shooting/개발환경

Mac OS에 Java 1.6 버전 설치

Gradler 2019. 12. 2. 13:59

오라클에서 제공하는 Java 1.6 버전은 다음 링크를 통해 다운로드가 가능하다.

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

 

하지만 아무리 눈씻고 찾아봐도 페이지에는 Mac OS용 JDK 또는 JRE가 따로 제공되지 않는다.

Linux 64bit를 다운 받으면 된다고들 하는데, bin 파일을 다운로드 받아 압축을 풀려고 해도 내가 사용중인 macOS 에서는 압축을 풀 수 없다는 오류 메시지만 나온다. 

~/Downloads ❯ chmod 777 jre-6u45-linux-x64.bin
~/Downloads ❯ ./jre-6u45-linux-x64.bin
Unpacking...
Checksumming...
Extracting...
./jre-6u45-linux-x64.bin: line 74: ./install.sfx.95713: cannot execute binary file
Failed to extract the files.  Please refer to the Troubleshooting section of
the Installation Instructions on the download page for more information.

 

오류 메시지를 토대로 별의 별 방법을 다 찾아 시도해봤지만 잘 해결되지 않았다.

 

그러던 중 Apple에서 OS X용 Java의 이전 버전을 따로 제공한다는 사실을 알게 되었다.

아래 링크를 통해 dmg 파일을 다운로드 받아 설치하면 된다.

https://support.apple.com/kb/DL1572?locale=ko_KR&viewlocale=ko_KR