Top Banner
1 Java Setup 2 Maven Setup Note: Please view this image in “Web Layout” to see the complete image, bottom of the word doc. JAVA Setup: Google search for jdk download. Click on the below java downloads link.
25

sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different

Oct 04, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different

1 Java Setup2 Maven Setup

Note: Please view this image in “Web Layout” to see the complete image,

JAVA Setup:

Google search for jdk download. Click on the below java downloads link.

Page 2: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different

It will navigate to this URL, you can directly click on this URL:

http://www.oracle.com/technetwork/java/javase/downloads/index.html

Choose the version you want to install: Here, I am downloading JDK 1.8 171

Page 3: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different

Click on Accept licence & choose the compatible package to your windows or linux OS.

Downloading status:

Page 4: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different

Go to downloads and double click on the JDK exe file to proceed with installation:

Page 5: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different
Page 6: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different
Page 7: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different
Page 8: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different

C:\Program Files\Java\jdk1.8.0_171\bin

Page 9: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different
Page 10: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different
Page 11: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different
Page 12: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different

Create new system variable for JAVA_HOME: C:\Program Files\Java\jdk1.8.0_171 (without the bin folder)

Page 13: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different
Page 14: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different
Page 15: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different

Check whether the java installed & setup properly or not:

Maven Setup:

Page 16: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different
Page 17: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different
Page 18: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different
Page 19: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different

You can proceed with downloads maven path as shown above. Or you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different folder.

Now maven is here C:\DevOps\maven\apache-maven-3.5.3, we need to set the class path.

C:\DevOps\maven\apache-maven-3.5.3\bin

Repeat the above steps to setup the java path to system variables.

Right click on computer or This PC Advanced system settings Environment Variables Edit the ‘path’ under the system variables new add the maven path as mentioned in below image.

Page 20: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different
Page 21: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different
Page 22: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different
Page 23: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different
Page 24: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different
Page 25: sreekanthmadakala.files.wordpress.com  · Web viewOr you can keep the maven folder in any location in your system and then setup the path. Here, I am copying the maven to different