Oracle JRE 10 Kali Linux Installation Guide
You are Welcome! The Tutorial Shows You Step-by-Step How to Install Oracle-Sun Java SE JRE 10 on Kali GNU/Linux Desktop.
And with the Java Runtime Environment 10 for Kali Linux Installation you’ll be able to Run Java Software and Programs.
Furthermore, to SetUp Oracle JRE 10 on Kali Linux you will need to Use the update-alternatives Tool to Update your System Java to 1.10 JRE 10.
Finally, the Contents and Details of How to Install Oracle JRE 10 on Kali Linux are Expressly Minimal to Give Focus Only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)

-
Open a Terminal Shell emulator window
(Press “Enter” to Execute Commands) -
Download Oracle Java SE JRE 10 for GNU/Linux
-
Then Extract into /tmp
Possibly Double-Click on the tar.gz Archive on File Manager
Or from Shell:tar xvzf ~/Downloads/jre-10*.tar.gz -C /tmp/
-
Next
Relocate Java 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/jre-10
Reiterate the Execution Permission over the Java binaries:
sudo chmod -R +x /tmp/jre-10/bin
Finally, Shift the Java contents with:
sudo mv /tmp/jre-10 /usr/lib/jvm/
-
Finally, Setup Oracle Java JRE 10
You can directly Copy & Paste the Commands into Terminal..sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jre-10/bin/java 1065
sudo update-alternatives --install /usr/bin/javaws javaws /usr/lib/jvm/jre-10/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 Netbeans 8 IDE for Java 10 on Kali Linux:
Setup NetBeans Java for Linux.
Tags: gnu, gnu linux, gnu/linux, Guide, How-to, Install, install oracle jdk Kali Linux, install oracle JRE 10 Kali Linux, Java, JRE 10, kali linux, Kali Linux ide, Kali Linux java ide, kali linux tutorial, Linux, Linux Tutorial, Oracle, oracle java, oracle jre 10 install Kali Linux, oracle JRE 10 Kali Linux, oracle jre 10 Kali Linux install, oracle jre 10 Kali Linux setup, Tutorial