How to install Oracle Java and JDK in Ubuntu Server 20.10,How to Install JDK on Ubuntu 20.10 Server
★ SUBSCRIBE MY CHANNEL :-
YouTube Channel: https://goo.gl/wwYdAE
★Join me on social networks.
Facebook:https://bit.ly/2TRIeR3
Ubuntu Tutorial For Beginners:- https://bit.ly/2JW4g2r
AWS Tutorial For Beginners :- https://bit.ly/2tl0mWy
Windows Server Tutorial for Beginners :- https://bit.ly/2MFlLCW
How to fix System Running on Low Graphics Mode in Ubuntu https://youtu.be/FLEe5euT-xk
How to install Tomcat 8 in Ubuntu
How to install Samba Server on Ubuntu
How to install QT install Ubuntu
How to Install Node js and Angular js in Ubuntu
How to install net tools in Ubuntu
How to Install MySQL Workbench in Ubuntu
How to Install Code Block and create Project C++ in Ubuntu
How To install CMake in Ubuntu
How to install and use Tweak Tool in Ubuntu
How to Create Desktop icon shortcut in Ubuntu
How to install Visual Studio Code in Ubuntu
How to Install Tally Server 9 in Windows 10
How to install Tally ERP 9 in Windows 10, win7, Win8
How to Configuration RAID 5 Disk in Windows Server 2016/2019
How to Create VHD Disk & Mount in Windows Server 2016/2019
Logon Script Network Share Drive in Windows Server 2016/2019
How to Enable Hyper-V in Windows 10 and Install Windows Server 2016/2019
How To Install Ubuntu 19.04 in Hyper-V, Desktop, Laptop, VMWare
How to install WordPress Server in Window 10,Window 7, Windows Server 2019,2016,2012
How to install Orcle JAVA & JDK in Ubuntu 19.04,18.10,18.04
How to install Android Studio in Windows 10
How to install auto driver dell laptop in windows 10
How to install java in windows 10 and set environment
How to Install Node js in Windows 10 and Install npm
After Effect 2019 Could not find the user documents directory,After Effect 2020
This is no longer located in can’t delete file, Windows and Windows server
How to turn off Bit Locker in Windows 10 USB Drive, Pen Drive
https://youtu.be/g7q4RDFBsI0 , https://youtu.be/5FmbGayzg-k
Netgear NAS Drive 212 Open box and overview & create & Delete Share Folder
Gitalb Server Installion and Configration in Ubuntu Server:-
flutter installation on ubuntu:-
Ubuntu Server 20.10 Tutorials:-
How to Configure Static IP on Ubuntu Server 20.10:-
Ubuntu Server 20.10 GUI installation:-
Ubuntu 20.10 LTS Server Installations:-
Installing and Configuring Redis Server on Ubuntu Server 20.10
Oracle Java and JDK:-
1. sudo apt-get update
2. sudo mkdir /usr/lib/jvm
3. cd /usr/lib/jvm
4. sudo tar -xvzf /mnt/jdk-8u221-linux-x64.tar.gz
5. sudo gedit /etc/environment
6. PATH=”/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/jvm/jdk1.8.0_221/bin:/usr/lib/jvm/jdk1.8.0_221/db/bin:/usr/lib/jvm/jdk1.8.0_221/jre/bin”
J2SDKDIR=”/usr/lib/jvm/jdk1.8.0_221″
J2REDIR=”/usr/lib/jvm/jdk1.8.0_221/jre”
JAVA_HOME=”/usr/lib/jvm/jdk1.8.0_221″
DERBY_HOME=”/usr/lib/jvm/jdk1.8.0_221/db”
7.sudo update-alternatives –install “/usr/bin/java” “java” “/usr/lib/jvm/jdk1.8.0_221/bin/java” 0
sudo update-alternatives –install “/usr/bin/javac” “javac” “/usr/lib/jvm/jdk1.8.0_221/bin/javac” 0
sudo update-alternatives –set java /usr/lib/jvm/jdk1.8.0_221/bin/java
sudo update-alternatives –set javac /usr/lib/jvm/jdk1.8.0_221/bin/javac
8. update-alternatives –list java
update-alternatives –list javac
9. java -version
ubuntu