• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / Ubuntu / How To Install Oracle Java On Ubuntu 17.04

How To Install Oracle Java On Ubuntu 17.04

By Sourabh / May 3, 2017 Category: How To, Ubuntu

How to install Oracle Java on Ubuntu 17.04. Linux Ubuntu uers can easily install Java 8/9 or JDK/JRE on Ubuntu 17.04, Ubuntu 16.04 and other Ubuntu Derivatives.

Install the Default JRE or JDK on Ubuntu

To install the Default JRE or JDK on Ubuntu Systems, first update the package index and the run the commands accordingly:

Installing JRE

sudo apt-get update
sudo apt-get install default-jre

JDK is the Java Development Kit and needed to compile Java programs. Also note that JDK does contain the JRE.

Installing JDK on Ubuntu

sudo apt-get update
sudo apt-get install default-jdk

Install the Oracle JDK

Run the following commands to install the Oracle JDK by Oracle:

sudo apt-get update
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install java-common oracle-java8-installer

Please note that during the Java installation process, you will have to accept the Oracle License agreement in order to complete the installation.

Tags: Install Java 8 on Ubuntu 16.04, Install Java 8 on Ubuntu 17.04, Install Java Ubuntu 16.04, Install Java Ubuntu 17.04, Java Ubuntu 16.04, Java Ubuntu 17.04, Ubuntu 16.04 Java, Ubuntu 17.04 Java

Primary Sidebar

Latest Posts

How To Check User Permissions In Linux Using Command

Check Which Folder Is Taking More Space In Ubuntu Linux

How to Install Claude Desktop App in Ubuntu Linux

Job Scheduling Using At Command In Linux With Examples

How To Check Permissions Of A Directory In Linux Command

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap