Getting Started
-
4. Setting Up Env
(Optional) Setting JAVA_HOME User Environment Variable
And Edit the Bash environment Configuration filenano $HOME/.bashrc
Append:
export JAVA_HOME=/usr/lib/jvm/jdk-8[Release]
Replace [Release] with the actual one on the above Command.
Possibly to Check the JDK 8 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
-
Finally, Test New Java JDK 8 Installation
java -version
-
5. Java Development 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 8 on Manjaro Linux!