코딩Coding/Java&Kotlin

brew install 하면서 오류난거 해결하기 brew install gradle하면서 나옴

내인생PLUS 2023. 2. 1. 21:10
728x90

==> 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.

 

 

 

 

 

 

 

 

 

 

 

 

 

 


 

반응형