Users Online
Loading..
team-ultra.eu
Welcome to TeamUltra

To join our community, please authenticate.

Login Register
Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

Java Installation Debain
Started by DasUltra

DasUltra

DasUltra

Admin Developer Member
Joined
10 Jan 2024
Last Seen
14 Sep 2024
Topics
4
Posts
4

Today I will show you how to install Java 17 on Debain

 

Step 1: apt upgrade && update -y

Step 2: apt install openjdk-17-jre-headless -y

Step 3: apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 73C3DB2A && echo "deb http://ppa.launchpad.net/linuxuprising/java/ubuntu focal main" | tee /etc/apt/sources.list.d/java.list && apt update && apt install oracle-java17-installer -y

Step 4: Check if java is installed using "java -version"

 

If there are any issues feel free to contact me on discord or reply to this thread

DasUltra · 8 months ago