How to Install Oracle JDK 13 on Arch 2019 Gnu/Linux

December 13, 2019 | 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-13[Release]

    Replace [Release] with the actual one on the above Command.
    Possibly to Check the JDK 13 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 13 Installation.

    java -version
  3. 5. Getting-Started Guide

    Getting-Started with Java Development on GNU/Linux

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

Contents


QuickChic Theme • Powered by WordPress