Home Java Javagetting Started How to update java version under linux

How to update java version under linux

Nov 18, 2019 pm 04:08 PM
java linux renew Version

How to update java version under linux

First use the command to check the location of java

whereis java //查看jdk安装路径
Copy after login
which java // 查看java执行路径
Copy after login

How to update java version under linux

Then delete the corresponding old java, as shown in the figure:

rm -rf jdk1.8.0_211/
Copy after login

How to update java version under linux

Next check the version corresponding to your system, and then download the corresponding JAVA package

How to update java version under linux

Upload the downloaded Java compressed package Go to the corresponding directory and unzip

How to update java version under linux

## After installing it in the same location/opt, open /etc/profile to modify the configuration, as shown in the figure:

How to update java version under linux

How to update java version under linux

Then use the following command:

 soruce /etc/profile.
Copy after login

Or restart the computer, and then check

 java --version
Copy after login
and check the java method, just You can see that the new java is installed

How to update java version under linux

Recommended tutorial:

Java tutorial

The above is the detailed content of How to update java version under linux. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

deepseek web version entrance deepseek official website entrance deepseek web version entrance deepseek official website entrance Feb 19, 2025 pm 04:54 PM

deepseek web version entrance deepseek official website entrance

How to install deepseek How to install deepseek Feb 19, 2025 pm 05:48 PM

How to install deepseek

Break or return from Java 8 stream forEach? Break or return from Java 8 stream forEach? Feb 07, 2025 pm 12:09 PM

Break or return from Java 8 stream forEach?

BITGet official website installation (2025 beginner's guide) BITGet official website installation (2025 beginner's guide) Feb 21, 2025 pm 08:42 PM

BITGet official website installation (2025 beginner's guide)

Java Made Simple: A Beginner's Guide to Programming Power Java Made Simple: A Beginner's Guide to Programming Power Oct 11, 2024 pm 06:30 PM

Java Made Simple: A Beginner's Guide to Programming Power

Create the Future: Java Programming for Absolute Beginners Create the Future: Java Programming for Absolute Beginners Oct 13, 2024 pm 01:32 PM

Create the Future: Java Programming for Absolute Beginners

Java Program to Find the Volume of Capsule Java Program to Find the Volume of Capsule Feb 07, 2025 am 11:37 AM

Java Program to Find the Volume of Capsule

Ouyi okx installation package is directly included Ouyi okx installation package is directly included Feb 21, 2025 pm 08:00 PM

Ouyi okx installation package is directly included

See all articles