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 eclipse on Linux system

2025-04-03 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

This article shows you how to install eclipse in Linux system. The content is concise and easy to understand. It will definitely brighten your eyes. I hope you can get something through the detailed introduction of this article.

Eclipse is an open source, Java-based extensible development platform. You can install different plug-ins to edit and develop other computer languages, such as C++, java, PYTHON and so on.

First, open the browser, find the official website of JDK, and download the gz package of JDK8 under Linux.

I will not demonstrate this download process, then go to the official website of Eclipse and download the relevant version of Eclipse Cannaber +.

Download, and then there are two gz packages.

Extract the compressed package of jdk (the decompression process is not demonstrated)

Copy the extracted directory to / usr/local/

Then configure the environment variable / etc/profile

Add the two lines shown in the figure

Then source / etc/profile makes the configuration file effective immediately

Finally, check the java version with java-version

The above jdk is installed.

Now extract the gz package of eclipse

Enter eclipse after decompression

Then. / eclipse starts eclipse

Saw the interface that we are familiar with.

Then new a C project (Java project is also possible), and select as shown in the figure:

Select the one with AutoTools

After opening it, you can see the files in the directory structure. Are you familiar with it? here is the environment of AutoTools tools.

Other uses are similar to Windows

Run, debug, etc.

What is Linux system Linux is a free-to-use and free-spread UNIX-like operating system, is a POSIX-based multi-user, multi-task, multi-threaded and multi-CPU operating system, using Linux can run major Unix tools, applications and network protocols.

The above is how to install eclipse in Linux system. Have you learned any knowledge or skills? If you want to learn more skills or enrich your knowledge reserve, you are 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