Use the Mac system for Java programming

Step 1: Install the JDK environment

1. JDK1.8 baidu cloud download address link: pan.baidu.com/s/1G8I6mr2n… Password: f6or

When the download is complete, click next foolishly.

2. Verify the Java environmentjava -version

Step 2: Download IDEA

Download the official website of IDEA 2019.3

Step 3: Install the SVN

1. Install BREW for domestic address

Brew is a package management tool for MacOS, which can simplify the installation of software on MacOS and Linux operating systems. The default BREW address is foreign, which is extremely slow to download and easy to break. So the download image of the domestic address is used here.

/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
Copy the code

2. Install the SVN using BREW

brew install svn
Copy the code

3. Verify the SVN,svn --version

Step 4: Open IDEA Import idea from the SVN

Finally, you’re done

Import maven library from Java JDK. Import Maven library from Java.