Skip to content

silentknight2815/java-installation-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

java-installation-linux

Steps and screenshots for installing Java on Linux.

Java Installation on Linux (Ubuntu)

This guide provides step-by-step instructions for installing Java on a Linux system along with screenshots for each step.

Step 1: Update Package List Make sure your package list is up to date:

sudo apt update screenshot(update1.png , update2.png)

Step 2: Install Java To install the default JDK (Java Development Kit):

sudo apt install openjdk-11-jdk -y screenshot(install.png)

Step 3: Verify Java Installation Once the installation is complete, verify:

java -version screenshot(verify.png)

About

Steps and screenshots for installing Java on Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published