/
Environment Setup

Environment Setup

Step 1 : Download the following softwares.
- JAVA 17

  • MAVEN (VERSION : 3.8.8)

  • Spring Boot 3.2

  • Intellij (recommended)/ or any editor as per choice

  • SQLyog

  • GITBASH

  • TORTOISE GIT

  • POSTMAN

Step 2 : Add User variables & System variable for softwares installed :

FOR USER VARIABLES/ System Variable :

  • Extract Maven --> add the extracted folder to 'C' Drive in Program Files.

  • Once setting maven in C drive, set its path in enviroment variable :


FOR EXAMPLE : MAVEN_HOME → C:\Users\Administrator\Desktop\apache-maven-3.8.8

 

image-20240715-063131.png

 

  • Now Accordingly, after installing java set its path in environment variable with variable name JAVA_HOME and Classpath and set its path as shown above.


FOR EXAMPLE : JAVA_HOME → C:\Program Files\Java\jdk-17

 

Step 3. install Intellij : Download IntelliJ IDEA

Related content