JAVA开发环境搭建-macOS

S1.  查询当前java版本  $ java -version

S2.  配置环境变量  $ vi ~/.bash_profile    $ source ~/.bash_profile,命令行执行$PATH,确认添加成功

Mac系统的环境变量,加载顺序为:/etc/profile 、  /etc/paths 、~/.bash_profile、 ~/.bash_login 、~/.profile、 ~/.bashrc

~/.bash_profile

S3.  IntelliJ IDEA创建java项目

blog.csdn.net/Bk_Moon/article/details/69945198

你可能感兴趣的:(JAVA开发环境搭建-macOS)