0% found this document useful (0 votes)
17 views10 pages

Java Eclipse Installation

Java is a versatile programming language that enables the development of applications compatible with any device supporting Java. Key components include the JDK for development, the JRE for running applications, and the JVM for executing Java code. The document also outlines the steps for downloading and installing the JDK and Eclipse IDE, including setting the Java path in environment variables.

Uploaded by

Sanjay Sonule
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)
17 views10 pages

Java Eclipse Installation

Java is a versatile programming language that enables the development of applications compatible with any device supporting Java. Key components include the JDK for development, the JRE for running applications, and the JVM for executing Java code. The document also outlines the steps for downloading and installing the JDK and Eclipse IDE, including setting the Java path in environment variables.

Uploaded by

Sanjay Sonule
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
You are on page 1/ 10

What is Java ?

Java is a programming language used to build applications that can run on any device with Java
support.

Java Components
1. JDK (Java Development Kit): Tools for developing Java applications.

2. JRE (Java Runtime Environment): Needed to run Java applications.

3. JVM (Java Virtual Machine): Runs the Java code on your device

JDK Download & Installation


 Download and Install JDK

 Set Java Path inside environment variables

 Verify Installation inside command prompt

JDK Installation on Windows


Setting JDK Path in Environmental variables

JDK Installation location: C:\Program Files\Java\jdk-22

Right Click on This PCPropertiesAdvanced system settingsEnvironment variables


Verify JDK Version inside Windows Command Prompt

Eclipse IDE Download & Installation

Download link: https://www.eclipse.org/downloads/

You might also like