0% found this document useful (0 votes)
9 views

java installation

Uploaded by

namdekartik4
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)
9 views

java installation

Uploaded by

namdekartik4
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/ 3

Name: Kartik Namde

Roll No. : 2202440


Subject : Java Practical
Faculty : Leena Deshmukh

1. Installation of JDK environment & following utilities. What is javac , javap and
javadoc?
1. Download Java: Go to the Oracle Java Downloads
page and select the latest version of the Java Development Kit (JDK).

2. Run the Installer: Double-click the downloaded file to start the installation wizard.
3. Follow the Prompts: Follow the on-screen instructions to complete the installation1.

4. Set Up Environment Variables: To enable Java from any directory, set up the environment varia
bles:
• Right-
click on This PC > Properties > Advanced system settings > Environment Variables.

• Under System variables, find the Path variable and click Edit.
• Add the path to the bin folder of your JDK installation (e.g., C:\Program Files\Java\jdk-
<version>\bin).

5. Verify Installation: Open Command Prompt and type


“java –version” to check if Java is installed correctly.

You might also like