How-to install Oracle JRE 8 on Ubuntu 16.10 Yakkety Easy Visual-Guide
May 2nd, 2017 by thelinuxevangelistInstall Oracle JRE 8 on Ubuntu 16.10 Yakkety
Hello Ubuntu User! This Tutorial Shows You in Easy-Steps How-to Install Oracle-Sun Java Runtime Environment 8 for Ubuntu 16.10 Yakkety Yak i386/amd64 Unity GNU/Linux Desktop.
After Installing you will need to Use the update-alternatives Tool to Update your System Java to 1.8 JRE8.
To the Oracle JRE 8 Installation Ubuntu 16.10 Yakkety Bottom there is a Link to Installing Eclipse for Java Developers for Ubuntu Linux.
Furthermore to Make the Process Easier to Visualize the Post Includes the Basic Screenshots of the Steps Involved.
The Contents and Details of this Guide are Expressly Essentials to Give Focus Only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)

Install Oracle JRE 8 on Ubuntu 14.04 Trusty 32/64-bit
The Linux Tutorial Shows You in Easy-Steps How-to Install Oracle-Sun Java Runtime Environment 8 for Ubuntu Linux 14.04 Trusty Yak i386/amd64 Unity Desktop.
After Installing you will need to Use the update-alternatives Tool to Update your System Java to 1.8 JRE8.
To the Oracle JRE 8 Installation Ubuntu 14.04 Trusty Bottom there is a Link to Installing Oracle JDK 8 and Eclipse for Java Developers for Ubuntu Linux.
Furthermore to Make the Process Easier to Visualize the Post Includes the Basic Screenshots of the Steps Involved.
The Contents and Details of How-to Install Oracle JRE 8 on Ubuntu 14.04 Trusty are Expressly Essentials to Give Focus Only to the Essentials Instructions and Commands and Make the Tut Easier to Understand ;)

-
Download Oracle Java SE JRE8 for Linux:
-
Open a Terminal Window
(Press “Enter” to Execute Commands) -
Double-Click on Archive and Extract into /tmp
Or from Shell:
tar xvzf jre-8*.tar.gz -C /tmp/
- Relocate Oracle JRE 8
sudo su
If Got “User is Not in Sudoers file” then Look: Solution
To Make a jvm Directory Only if Not already there
(You can directly copy & paste the commands into the terminal)if [ ! -d "/usr/lib/jvm" ]; then mkdir /usr/lib/jvm; fi
mv /tmp/jre1.8* /usr/lib/jvm/
- Update System Java to Oracle JRE8
update-alternatives --install \ /usr/bin/java java /usr/lib/jvm/jre1.8*/bin/java 1065
update-alternatives --install \ /usr/bin/javaws javaws /usr/lib/jvm/jre1.8*/bin/javaws 1065
How-to Install Latest Eclipse for Java SE on Ubuntu:
Checking or Setting the System Java Version in Use
withupdate-alternatives --config java
To Switch of Java Version Just Enter the Selection Number on First Column. :)
Last Achieve the SuperUser session:exit
How-to Install Oracle-Sun JDK 8 on Ubuntu Linux:
Now Thanks to Oracle-Sun Corporation You are Able to Successfully Start with Java JRE 8 Use & Development.
Tags: Guide, How-to, Install, install jre linux, install jre ubuntu, Java, java jre, Java SE, jre ubuntu, oracle jre 8, Tutorial, Ubuntu, Ubuntu 16.10 Yakkety Yak, ubuntu linux