You are on page 1of 5

WORKSPACE SETUP

➢ step1: install JDK version 11.0.10


➢ Step2: install eclipse software. Version: 2022-03 (4.23.0)
➢ step2: install Gradle version 7.1.1
➢ step3: Add both “eclipse and Gradle” files to C drive-user-username->paste & unzip it.
➢ step4: open eclipse IDE

configuration in eclipse ide

1.Open windows menu in eclipse ->preferences ->Gradle

->Gradle distribution-> local installation directory->enter Gradle path->apply and close

->Advaced option ->Add Java home path->apply and close


2.Open windows menu in eclipse ->preferences ->Compile

->Select Jdk verion ->11 ->apply and close

3.Open windows menu in eclipse ->preferences ->Compile->Installed JRE's


->Add JDK path apply and close
4. Open windows menu in eclipse ->preferences ->search proxy
1.Network connection-> Active provide ->manual
1.proxy entry
->Select Http,Https,ssH->edit Host-> webproxy.ext.gha.kfplc.com ,port->8080 --Do it For
all Schema
->Add authentication user=kingfisher user Id, Password =>Ok
2.proxy bypass->Add Host ->*kflpc* ->Apply

➢ step5: File->import project


1.Git Lab repository link - git_link
2.Download Project through git lab
3.Go to eclipse->file>import>Gradle>Existing Gradle Project
➢ Step6 : Replace build.gradle and setting.gradle
➢ Step7 : Right click on project->Gradle->Gradle refresh.
➢ Step8 : Right click on project ->select run configuration->java application add ->vm
arguments
➢ step 9: run project.

You might also like