Lab Program 1
Lab Program 1
Navya
Assistant Professor
Department of ISE
LAB PROGRAM -1
Or
1. Goto google download jdk 23 version and install
2. Goto google download jdk 23 version and install
Installing Maven
1. Download Maven:
o Get the latest version from the official website:
https://maven.apache.org/download.cgi
Step1:
1. download apache-maven-3.9.9-bin zip for window 64bit
2. extract apache-maven-3.9.9-bin zip file to normal folder
3. create empty folder BuildTool in C directory
4. copy unzipped apache-maven-3.9.9-bin into c:\BuilTool folder
2. Extract and Configure Environment Variables:
•Add the MAVEN_HOME and PATH environment variables.
3. Verify Installation:
o Run in command prompt
C:\>users\krithika\ > mvn -version
Installing Gradle
1.Download Gradle:
•Get the latest version from the official website: https://gradle.org/install/
2.Extract and Configure Environment Variables:
•Add GRADLE_HOME and update the PATH.
3. Verify Installation:
o Run in command prompt
C:\>users\krithika\ >gradle -v