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
You are on page 1/ 1
Setup Java and Eclipse
Setup Java
1. Download and Install Java JDK 21.0.4
2. Go to: a. h ps://www.oracle.com/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 java.exe and hit enter. It should run java.exe c. Type java -version . It should show java version 21.
Setup Eclipse
1. Download Eclipse 2024-09 :
a. Go to: h ps://www.eclipse.org/downloads/ b. Click on “Download x86_64” c. Click Download. 2. Test Eclipse by clicking on eclipse.exe in the bin folder.