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 oracle jdk in linux

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

Share

Shulou(Shulou.com)05/31 Report--

Today, I would like to share with you the relevant knowledge about how to install oracle jdk in linux. The content is detailed and the logic is clear. I believe most people still know too much about this, so share this article for your reference. I hope you can get something after reading this article. Let's take a look at it.

Method: 1, use "apt-get purge openjdk-\ *" to confirm that oracle jdk;2 has been uninstalled, use "apt-get install oracle-java8-installer" command to install; 3, use "java-version" to confirm the installation.

The operating environment of this tutorial: linux7.3 system, Dell G3 computer.

How to install oracle jdk for linux

1. Execute the following command to see if OpenJDK is installed. If so, the version information will be displayed.

Java-version

If OpenJDK is installed, you can uninstall it all by doing the following:

Sudo apt-get purge openjdk-\ *

Add resources:

Sudo add-apt-repository ppa:webupd8team/java

Update Source:

Sudo apt-get update

2. Install Oracle JDK:

Sudo apt-get install oracle-java8-installer

The installation process depends on the personal network environment, you need to download 175m, please wait patiently.

You can view the version information of java after the installation is complete:

Java-version

Test whether the configuration can be run, which is tested here with HelloWorld.java.

These are all the contents of the article "how to install oracle jdk in linux". Thank you for reading! I believe you will gain a lot after reading this article. The editor will update different knowledge for you every day. If you want to learn more knowledge, please pay attention to 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

Servers

Wechat

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

12
Report