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

Linux learns the second Java environment installation and configuration tutorial

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

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

This tutorial shares the installation and configuration of Java environment for your reference. The details are as follows

Jdk version: jdk-8u131-linux-x64.rpm

Note: the following actions are performed under root users or users with root permissions

Copy dk-8u131-linux-x64.rpm to the / home directory

Cp jdk-8u131-linux-x64.rpm / home/

2. Extract the rpm file

Rpm-ivh jdk-8u131-linux-x64.rpm

III. Configuration of environmental variables

Note: the configuration of environment variables is a little more troublesome, but it is not particularly difficult.

1. Enter the following command to enter the configuration file

Vim / etc/profile

two。 After entering the configuration file, it is not editable at this time. If you want to edit the data, type 'insert' first, and the word 'ifold' will be displayed below, and you can insert it. Just add the following code to the configuration file (remember to change the path to your own installation path).

JAVA_HOME=/usr/java/jdk1.8.0_131CLASSPATH=.:/usr/java/jdk1.8.0_131/jre/lib/rt,jarPATH=$PATH/usr/java/jdk1.8.0_131ecport PATH CLASSPATH JAVA_HOME

3. After insertion, press' esc','to switch to the non-pluggable state at this time, and then save and exit in the input': wq'.

4. Enter javac to check whether the configuration is successful.

The above is the whole content of this article, I hope it will be helpful to your study, and I also hope that you will support it.

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