Skip to main content

Posts

Showing posts from October, 2018

How to Download, install, and configure Maven on your computer

How to Download, install, and configure Maven on your computer Use the following instructions to download, install, and configure Maven on your computer Open the  browser, navigate to http://maven.apache.org/download.cgi Download the Binary ZIP archive, apache-maven-3.3.9-bin.zip file to your computer        Create a directory named Maven in C:\ and unzip the distribution archive to the C:\Maven directory                               Copy the complete path (C:\Maven\apache-maven-3.3.9) once the extraction is completed; this is required to create environment variables

HOW TO SET JAVA_HOME, PATH, and CLASSPATH Environment Variables in Windows7

HOW TO SET JAVA_HOME, PATH, and CLASSPATH  Note: You must be logged onto your computer as the Admin user  Click the Windows Start button, right-click Computer and select Properties.   Click Advanced system settings.  Click Environment Variables.  In the Environment Variables window, under System Variables, click the New button.  In the New System Variable window, enter the following:        - Variable name: JAVA_HOME        - Variable value: C:\Program Files\Java\jdk1.8.0_121           Then click the OK button.  6.  Select the PATH system variable and click the Edit button.     (If PATH system variable is not available, click the New button to create a PATH variable     enter, name it PATH, and enter   C:\Program Files\Java\jdk1.8.0_121     for the Variable value, and then click the OK button.) 6. In the Edit System Variable window, in the Variable value field, place the cursor at the starting     position and enter the following: C:\Program