How to Install Oracle Server JRE 10 on Oracle Linux Easy Guide

August 22, 2018 | By the+gnu+linux+evangelist.

Oracle Server JRE 10 Oracle Linux Installation Guide

Welcome, Oracle Linux User! The Tutorial shows you Step-by-Step How to Install Oracle-Sun Java SE Server JRE 10 on Oracle Enterprise Linux 6.x/7.x/8.x 64-bit GNU/Linux Server.

And with the Java Runtime Environment 10 for Oracle Linux Installation you’ll be able to Run Java Software and Programs.

Moreover, the Oracle Server JRE 10 for Oracle Linux is a runtime environment specifically targeted for deploying Java in Server Environments.

Finally, the Contents and Details of How to Install Oracle Server JRE 10 on Oracle Linux are Expressly Minimal to Give Focus Only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)

How to Install Oracle JDK 7 in Ubuntu 24.04 – Step-by-step
  1. Login into Server.

  2. Download Oracle Java SE Server JRE 10 for GNU/Linux.

    Oracle Server JRE 10 i586/x8664 tar.gz
  3. Then Extract into /tmp Archive
    Do:

    tar xvzf ~/Downloads/serverjre10**.tar.gz -C /tmp/
  4. Next

    Relocate Java Server JRE 10.

    First, Make a jvm Directory if Not already there with:

    sudo if [ ! -d "/usr/lib/jvm" ]; then mkdir /usr/lib/jvm; fi

    Set the root SuperUser as Owner:

    sudo chown -R root:root /tmp/jdk10*

    Reiterate the Execution Permission over the Java binaries:

    sudo chmod -R +x /tmp/jdk10*/bin

    Finally, Shift the Java contents with:

    sudo mv /tmp/jdk10* /usr/lib/jvm/
  5. Finally, Setup Oracle Java JRE 10.

    sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk10*/bin/java 1065
    sudo update-alternatives --install /usr/bin/javaws javaws /usr/lib/jvm/jdk10*/bin/javaws 1065

    Checking or Setting the System Java Version in Use with:

    sudo update-alternatives --config java

    And for the Java Compiler instead:

    sudo update-alternatives --config javac

    To Switch of Java Version Just Enter the Selection Number on First, Column. :)
    How to Install Oracle Java JRE 10 on Oracle Linux - JRE Configuration

  6. How to Install Netbeans 8 IDE for Java 10 on Oracle Linux:
    Setup NetBeans Java for Linux.


QuickChic Theme • Powered by WordPress