DMCA.com Protection Status Trending Topics About Devops: How to install the JDK on Linux

Tuesday, 18 May 2021

How to install the JDK on Linux

 

JAVA Installation
SEE THAT YOU ARE IN ROOT DIRECTORY
# yum install java-1.8.0-openjdk-devel
# alternatives --config java
# vim /etc/profile
i
export JAVA_HOME=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.265.b01-1.amzn2.0.1.x86_64
export PATH=$JAVA_HOME/bin:$PATH
ESC :wq!
# source /etc/profile

No comments: