0% found this document useful (0 votes)
32 views1 page

Setting Java Path in Eclipse

Uploaded by

fredrick
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views1 page

Setting Java Path in Eclipse

Uploaded by

fredrick
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Setup Java and Eclipse

Setup Java

1. Download and Install Java JDK 21.0.4


2. Go to:
a. h ps://[Link]/in/java/technologies/downloads/#jdk21-windows
b. NOTE: Choose correct Download link based on your opera ng system.
3. Set Environment Variable – JAVA_HOME
a. Add path of Java JDK to JAVA_HOME variable.
4. Set Environment Variable (for user) – Path
a. Add path of bin folder of Java JDK to Path variable.
5. Test from command prompt
a. Open new command promptl
b. Type [Link] and hit enter. It should run [Link]
c. Type java -version . It should show java version 21.

Setup Eclipse

1. Download Eclipse 2024-09 :


a. Go to: h ps://[Link]/downloads/
b. Click on “Download x86_64”
c. Click Download.
2. Test Eclipse by clicking on [Link] in the bin folder.

You might also like