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

What are the steps to install NetBeans on a Linux system

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

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

Today I'll show you how to install NetBeans on Linux. The content of the article Xiaobian think good, now to share with you, think there is a need for friends can understand, hope to help everyone, the following with the idea of Xiaobian to read together.

NetBeans is an open source home for developers and customer communities founded by Sun Corporation (acquired by Oracle in 2009) in 2000 to build world-class Java IDEs. So how do I install NetBeans on Linux?

NetBeans Introduction: NetBeans is an open source software development integration environment. It is an open framework and extensible development platform. It can be used for Java, C/C++, PHP and other languages. NetBeans itself is a development platform. It can be extended through plug-ins.

Linux system installation NetBeans detailed steps: \1. Download JDK(Version: Linux self-extracting file)

cd path/to/your/jdk-6u1-linux-i586.bin

chmod +x ./ jdk-6u1-linux-i586.bin

./ jdk-6u1-linux-i586.bin

Copy the extracted folder to any directory as the root directory of jdk6 (preferably without spaces in the installation directory)

\2. Download NetBeans6.0 full version

cd path/to/your/netbeans

chmod +x ./ netbeans6.0.sh

./ netbeans6.0.sh –javahome path/to/jdk6

\3. At this point, the NetBeans launcher appears on the desktop, double-clicking to launch NetBeans

Note: NetBeans 6.0 requires at least JDK 1.5 update 11 or higher

That's all about installing NetBeans on Linux. For more information about installing NetBeans on Linux, you can search previous articles or browse the following articles to learn! I believe that Xiaobian will add more knowledge to everyone, I hope you can 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

Development

Wechat

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

12
Report