-
brew install 하면서 오류난거 해결하기 brew install gradle하면서 나옴코딩Coding/Java&Kotlin 2023. 2. 1. 21:10728x90
==> openjdk
For the system Java wrappers to find this JDK, symlink it with
sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
openjdk is keg-only, which means it was not symlinked into /opt/homebrew,
because macOS provides similar software and installing this software in
parallel can cause all kinds of trouble.
If you need to have openjdk first in your PATH, run:
echo 'export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"' >> ~/.zshrc
For compilers to find openjdk you may need to set:
export CPPFLAGS="-I/opt/homebrew/opt/openjdk/include"
==> gtk+
To avoid a conflict with `gtk+3` formula, `gtk-update-icon-cache` is installed at
/opt/homebrew/opt/gtk+/libexec/gtk-update-icon-cache
A versioned symlink `gtk2-update-icon-cache` is linked for convenience.==> openjdk For the system Java wrappers to find this JDK, symlink it with sudo ln -sfn /opt/homebrew/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk openjdk is keg-only, which means it was not symlinked into /opt/homebrew, because macOS provides similar software and installing this software in parallel can cause all kinds of trouble. If you need to have openjdk first in your PATH, run: echo 'export PATH="/opt/homebrew/opt/openjdk/bin:$PATH"' >> ~/.zshrc For compilers to find openjdk you may need to set: export CPPFLAGS="-I/opt/homebrew/opt/openjdk/include" ==> gtk+ To avoid a conflict with `gtk+3` formula, `gtk-update-icon-cache` is installed at /opt/homebrew/opt/gtk+/libexec/gtk-update-icon-cache A versioned symlink `gtk2-update-icon-cache` is linked for convenience.
반응형'코딩Coding > Java&Kotlin' 카테고리의 다른 글
자바1일차 day1수업 (0) 2023.04.26 Java OPT 구현하기 (0) 2023.04.13 Kotlin 1.8.20 Released (0) 2023.04.05 “오라클 라이선스 논란이 도화선” 이클립스 자바 다운로드 ‘폭증’ (0) 2023.04.03 Kotlin❤️Kotlin Data Classes 101: Understanding Syntax, Usage and Inheritance (0) 2023.01.30 Java ❤️Tutorial for Beginners 2023 (0) 2023.01.10 JAVA 멀티 스레드 프로그래밍 (0) 2022.12.26 자료구조::Java | 큐(Queue), 원형 큐(Circular Queue) 개념 및 자바로 구현 (0) 2022.12.17