How to Install JAVA or JDK on Linux | How to Setup different Java Versions on Linux || Java on Linux

Publicado em: 21 Junho 2020
no canal de: OpenGyanHouse
2,137
21

#JavaSetupOnLinux #JavaOnLinux #JavaJdkInstallationOnLinux #opengyanhouse

This video is about java or jdk setup on Linux server.

If you want to setup or install java in Linux so be with me in this video :


Step 1 :-
Download java pkg from oracle website.
https://www.oracle.com/in/java/techno...

You have to create a user account for package downloading.

As per your requirement download java pkg/rpm for operating system. Please check OS configuration before downloading the 32 or 64 bit package.


Step 2 :-
Upload or copy this package into the linux server.


Step 3 :-
If you have copied rpm, then you need to execute below command

rpm -ivh jdk-8xxxxxxxxxxxx.rpm

If you have copied tar.gz package, then you have to execute below command

tar -zxvf jdk-8xxxxxxxxxxxx.tar.gz
or
tar -xvf jdk-8xxxxxxxxxxxx.tar.gz
Once you are done with it. So installation is done.


Step 4 :-
Set path for java home. Please update /etc/profile or /root/.bashrc file with below lines
Make sure you have installed Java already on linux


Now
#vi ~/.bashrc OR vi ~/.bash_profile
add lines :

export JAVA_HOME=/home/opengyanhouse/javapkg/jdkxxxx
export PATH=$JAVA_HOME/bin:$PATH

save the file.

execute source command to make this changes effected.

#source ~/.bashrc OR source ~/.bash_profile

Execute echo to print the value

#echo $JAVA_HOME

Output should print the java home path, where java bin is exist


Step 5 :-
If you have multiple java version in single operating system so please use below command and set priority of use

#update-alternatives --config java

This command will list out all the installed java version.

Now installation is done and you can use the java. :)







===============================================================================



how to setup java
how to setup jdk
how to install java8
how to setup jdk8
java installation in linux
jdk installation on linux
multiple java on single os
multiple java version on single linux server


Nesta página do site você pode assistir ao vídeo on-line How to Install JAVA or JDK on Linux | How to Setup different Java Versions on Linux || Java on Linux duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário OpenGyanHouse 21 Junho 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 2,137 vezes e gostou 21 espectadores. Boa visualização!