Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

CentOS7 install jdk1.8

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

1. Download jdk

Https://www.oracle.com/technetwork/cn/java/archive-139210-zhs.html

two。 Create a jdk installation directory

Cd / usr/local

Mkdir java

3. Upload the downloaded jdk package to the / usr/local/java directory

4. Decompression

Tar-zxvf jdk-8u161-linux-x64.tar.gz

5. Configure environment variables

Open the configuration file

Vi / etc/profile

Add the following configuration at the end of the configuration file

JAVA_HOME=/usr/java/, your jdk version.

JRE_HOME=/usr/java your jdk version / jre

PATH=$PATH:$JAVA_HOME/bin:$JRE_HOME/bin

CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar:$JRE_HOME/lib

Export JAVA_HOME JRE_HOME PATH CLASSPATH

Let the configuration file take effect

Source / etc/profile

6. View installation results

View java version

Java-version

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report