Learn with best explanation

Coding tutorials and solutions

Java, Intellij Idea and in Eclipse IDE installation for Spring setup

Here we are going to setup spring in Intillij Idea and in Eclipse IDE. To setup spring first download Intillij Idea click here and here for Eclipse and then follow the following step.

Java JDK Installation

if JDK is not installed on your PC then download it from the this link and follow the steps to install it.

Step 1 - Download JDK from the link above and accept the agreement.

javakar jdk installation

Step 2 -Once download is completed click setup to launch installation and press YES.

javakar jdk installation

Step 3 - Once the installation has begun press next and change location of installation if you want and press next again.

javakar jdk installation

Step 4 - Wait for installation to finish and then close as soon as close button appears.

javakar jdk installation

Java Configuration

Step 1 - Once the installation has completed then it is time to configure Java for IDEs in our case Eclipse and Intellij. To configure Java go to java installation directory in bin folder and copy the path. Your jdk version may be other therefore folder name may be changed then in the following sample path. It's good to go to your location and copy path

C:\Program Files\Java\jdk-13.0.2\bin

Step 2 - Go to Environment Variable from Start Menu and edit path showed in pic bellow.

javakar jdk installation

Step 3 - Paste the JDK location path that you had copied shown in picture bellow.

javakar jdk installation

 

Eclipse IDE Installation Step by Step

For Eclipse installation follow the installation steps in the link

Intellij Idea IDE Installation Step by Step

To install Intelij make sure you have downloaded the setup.

Step 1 - Click Intellij setup to launch and click ok like shown in picture bellow.

javakar Intellij Idea installation

Step 2 - Once setup begins installation click next to go to the next step.

javakar Intellij Idea installation

Step 3 - Check the following options if you are using 64-bit OS and 32-bit launcher for if you are using 32-bit OS.

javakar Intellij Idea installation

Step 4 - Finish installation.

javakar Intellij Idea installation