Mac环境Java搭建
Mac命令行配置代理
export http_proxy="http://localhost:9999"
export https_proxy="http://localhost:9999"
也可以去 .zshrc 里重命名上述命令
安装Java及IDE
brew update
brew tap adoptopenjdk/openjdk
brew install --cask adoptopenjdk8
brew install --cask intellij-idea-ce
查看Mac安装的Java位置及版本
/usr/libexec/java_home -V