본문 바로가기
Programming/IDE and Setting

[HomeBrew] 사용 법

by skyrun 2022. 10. 22.
다시 설치
$ brew reinstall --cask eclipse-java
Home Brew 업데이트 (뭔가 오류가 있는 거 같을 때 시도)
$ brew update
Brew로 java 설치하고 경로 이동 (IntelliJ에서 JDK 못 찾을 때 사용)
$ sudo ln -s /opt/homebrew/opt/openjdk@11 /Library/Java/JavaVirtualMachines

/opt/homebrew/Cellar/openjdk@11/11.0.16.1_1/libexec/openjdk.jdk/Contents/Home 까지가 JDK위치

'Programming > IDE and Setting' 카테고리의 다른 글

[Shortcut-Mac] Intellij  (0) 2023.02.09
[Shortcut-Window] VSCode, Visual Studio, Intellij  (0) 2022.11.02
[Terminal] Mac Terminal Shortcut  (0) 2022.10.27
[Eclipse] 기본 세팅 방법  (0) 2022.10.22
[Eclipse] Project 메뉴  (0) 2022.10.22

댓글