Step-by-step – Latest Oracle JDK Installation in Manjaro

September 25, 2020 | By the+gnu+linux+evangelist.

Getting Started

  1. 4. Setting Up Env

    (Optional) Setting JAVA_HOME User Environment Variable
    And Edit the Bash environment Configuration file

    nano $HOME/.bashrc

    Append:

    export JAVA_HOME=/usr/lib/jvm/jdk-11[Release]

    Replace [Release] with the actual one on the above Command.
    Possibly to Check the JDK Latest exact PATH use in another window:

    ls /usr/lib/jvm/

    Ctr+x to Save & Exit from nano Editor :)
    Next to Load the New Bash Environment:

    bash
  2. Finally, Test New Java JDK Latest Installation

    java -version
  3. 5. Java Development Getting-Started Guide

    Getting-Started with Java Development on GNU/Linux

    Java Dev QuickStart Guide

So Now I’m truly Happy if My Guide could Help you to Quick-Start with Oracle JDK Latest on Manjaro Linux!

Contents


QuickChic Theme • Powered by WordPress