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

June 3, 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.04 Vivid Vervet 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.04 Vivid - Featured
  1. Open a Shell Terminal emulator window
    Ctrl+Alt+t
    (Press “Enter” to Execute Commands)

    Java OpenJDK Quick Start for Lubuntu 15.04 Vivid - 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

Java IDEs Installation on Linux

How to Install Eclipse for Java Development on Linux: Installing Eclipse IDE for Java on Linux.

How to Install Netbeans IDE for Java on Linux: Installing NetBeans IDE for Java on Linux.

How to Install IntelliJ IDEA 2023 for Java on Linux: Installing IntelliJ IDEA for Java on Linux.


QuickChic Theme • Powered by WordPress