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

How to install Java on CentOS7 server

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article mainly introduces the CentOS7 server how to install Java, the article is very detailed, has a certain reference value, interested friends must read it!

Java download address: http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

Download 64 is the tar.gz version.

Install it in the opt directory and make a soft link

Tar-xzvf jdk-8u131-linux-x64.tar.gzmkdir / opt/java/ opt/java/jdk8mv jdk1.8.0_131 / opt/java/jdk8/chown-R root:root / opt/java/jdk8/jdk1.8.0_131ln-s / opt/java/jdk8/jdk1.8.0_131 / opt/java/jdk8/defaultln-s / opt/java/jdk8/default / opt/java/default

And set the environment variables JAVA_HOME and PATH

Vim / etc/profile

Add the following configurations

Export JAVA_HOME=/opt/java/defaultexport PATH=$PATH:$JAVA_HOME/bin above is all the content of this article "how to install Java on CentOS7 Server". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

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

Development

Wechat

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

12
Report