joyfulee / Java

0 stars 0 forks source link

[MAC] java download #5

Open joyfulee opened 2 years ago

joyfulee commented 2 years ago

22.03.21. 기준 Java 8v (Eclipse 4.16v 2020-03) llink : https://www.oracle.com/java/technologies/downloads/#java8-mac

✏️refference

https://wiki.eclipse.org/Eclipse/Installation https://wiki.eclipse.org/Eclipse/Installation#Install_a_JVM Release | Eclipse v. | JDK v.

    1. | Eclipse 4.17 | Java 11 or newer is required
    1. | Eclipse 4.16 | Java 8 or newer is required
    1. | Eclipse 4.16 | Java 8 or newer is required
    1. | Eclipse 4.13 | Java 8 or newer is required
joyfulee commented 2 years ago

자바버전 확인

💲 java -version

경로 이동 (다운로드 위치) -> 환경설정

💲 cd / Library/Java/JavaVirtualMachines 💲 ls -la 💲 cd jdk1.8.0.321.jdk/Contents/Home.
💲 sudo su - 💲 vi / etc/paths 💲 / Library/Java/JavaVirtualMachines/ 💲 vi /etc/profile ✅ 코드 추가 export /Library/Java/JavaVirtualMachines/jdk1.8.0_251.jdk/Contents/Home export CLASSPATH=.:$JAVA_HOME/lib/tools.jar

reference

https://dong-co.tistory.com/30

joyfulee commented 2 years ago

brew install

reference

https://github.com/AdoptOpenJDK/homebrew-openjdk

joyfulee commented 2 years ago

eclipse download 4.7v (Oxygen)

https://www.eclipse.org/downloads/packages/installer 우측 하단 more version downloads

https://www.eclipse.org/downloads/packages/release/oxygen/3a

reference

https://www.cs.dartmouth.edu/~scot/cs10/mac_install/mac_install.html