Java tutorial (1)---JDK and Maven installation and configuration

Install and configure the Java environment

The download address Java 8u271 can be
Insert picture description heredownloaded according to your own computer.
You can view the properties of my computer.
Insert picture description here
You can see this installation and configuration tutorial.
You can also see here.
Open the exe installation package.
Insert picture description here
Insert picture description hereHere you can change the path and install
it. If there is jre (some installation packages do not bring it) ) Then choose the same path.
No need to install it.

Choose the path you want to install to install

Verify installation

Open the console under winodws, you can
Insert picture description here
enter java
Insert picture description here
with win+r to install successfully

If the installation is complete but the verification fails

Insert picture description hereConfigure environment variables manually,
find the java installation address,
create a new system environment variable,
Insert picture description here
and then find path (environment variable)
Insert picture description here

Newly built
% JAVA_HOME% \ bin
Insert picture description here

Install Maven

Download Maven

Download address maven

Insert picture description here

Insert picture description here
After downloading, decompress
Insert picture description here
Insert picture description here
Insert picture description here
and
Insert picture description hereadd a new one in Path
Insert picture description here
Enter %MAVEN_HOME%\bin
Insert picture description here

Verify installation

Open the console under winodws and
Insert picture description here
enter mvn -v under win+r. If the following message is displayed, the installation is complete
Insert picture description here




Follow-up will launch

each platform in detail the process of building

front-end: js Getting Started vue vue develop applets
backend: java Getting Started springboot such as
server: mysql server entry simple instructions cloud server to run the project
python: Recommended not warm divine fire must see Oh
, the use of some plugins, etc.

The way of university is also in oneself, study hard, youth
with passion. If you are interested in programming, you can join our qq group to communicate together: 974178910
Insert picture description here

If you have any questions, you can leave a message below, I will reply if you see it

Guess you like

Origin blog.csdn.net/qq_42027681/article/details/112061420