How to Install Java OpenJDK on JRE-JDK on Lubuntu 15.10 Wily 32-64bit Gnu/Linux

September 30, 2015 | By the+gnu+linux+evangelist.

Java OpenJDK Quick Start for Lubuntu Linux

Hi! The Tutorial shows you Step-by-Step How to Install and Getting-Started with Oracle-Sun Java OpenJDK JRE/JDK 6/7/8 on Lubuntu 15.10 Wily Werewolf i386/amd64 GNU+Linux Desktop.

The OpenJDK (Open Java Development Kit) is a Free and Open Source Implementation of the Java Platform, Standard Edition (Java SE).

Oracle Java JDK/JRE Installation is based on the OpenJDK source code. In Addition, it contains Closed-Source Components.

How to Download and Install Oracle JDK on Linux Distros

Java OpenJDK JRE/JDK 6/7/8 Installation on Lubuntu 15.10 Wily - Featured
  1. Open a Shell Terminal emulator window
    Ctrl+Alt+t on desktop
    (Press “Enter” to Execute Commands)

    Java OpenJDK Quick Start for Lubuntu 15.10 Wily - Open Terminal
    • Installing OpenJDK 8 JRE/JDK.

      • For JRE 8
        Minimal:

        sudo apt-get install openjdk-8-jre-headless

        Complete:

        sudo apt-get install openjdk-8-jre
      • For JDK 8
        sudo apt-get install openjdk-8-jdk
    • Installing OpenJDK 7 JRE/JDK.

      • For JRE 7
        Minimal:

        sudo apt-get install openjdk-7-jre-headless

        Complete:

        sudo apt-get install openjdk-7-jre
      • For JDK 7
        sudo apt-get install openjdk-7-jdk
    • Installing OpenJDK 6 JRE/JDK.

      • For JRE 6
        Minimal:

        sudo apt-get install openjdk-6-jre-headless

        Complete:

        sudo apt-get install openjdk-6-jre
      • For JDK 6
        sudo apt-get install openjdk-6-jdk

QuickChic Theme • Powered by WordPress