Home> System Tutorial> LINUX> body text

How to solve the problem of failure to install jdk under linux?

PHPz
Release: 2024-01-14 11:42:19
forward
1213 people have browsed it

What should I do if the installation of jdk under Linux fails? Some friends encountered the problem of installation failure when installing jdk in linux. The following is a graphic tutorial on installing jdk in linux. Let’s learn about it together! Linux installation jdk graphic tutorial:

Sometimes out of necessity (such as installing the latest eclipse), we need to install a specified version of JDK. However, after the installation was completed, I typed the command again to query the JDK version but found that the version number was not updated.

1. Under Linux system, start the terminal. Type the command su in the terminal and press Enter. Then type the root password (note that the password is not displayed on the screen), press Enter, and log in to the root account.

How to solve the problem of failure to install jdk under linux?

2. Type the command java-version to query the current JDK version.

How to solve the problem of failure to install jdk under linux?

3. If the version number is not what you want, type rpm -qa|grep gcj.

How to solve the problem of failure to install jdk under linux?

4. Type the command yum -y remove (followed by the version obtained from the query) to remove the old version.

How to solve the problem of failure to install jdk under linux?

The above is the detailed content of How to solve the problem of failure to install jdk under linux?. For more information, please follow other related articles on the PHP Chinese website!

source:linuxprobe.com
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
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!