Tuesday 3 July 2012

Netbeans Ide installation Steps in Centos 6

Step by Step Netbeans 6.9 Installation in CentOS 5.5:

http://nbabusyahid.wordpress.com/2010/06/25/step-by-step-netbeans-6-9-installation-in-centos-5-5/

NetBeans 7.1.2 on Fedora 17/16, CentOS/RHEL 6.2/5.7:

Netbeans Logo boxNetBeans 7.1.2 is released and this is guide with screenshots, howto install NetBeans 7.1.2 on Fedora 17/16/15/14/13/12, CentOS 6.2/6.1/6/5.7 and Red Hat (RHEL) 6.2/6.1/6/5.7.

What is NetBeans?

The NetBeans IDE (integrated development environment) is available for Windows, Mac, Linux, and Solaris. The NetBeans project consists of an open-source IDE and an application platform that enable developers to rapidly create web, enterprise, desktop, and mobile applications using the Java platform, as well as JavaFX, PHP, JavaScript and Ajax, Ruby and Ruby on Rails, Groovy and Grails, and C/C++.

Whats New on NetBeans 7.1 (7.1.2)?

  • JavaFX 2.0.2 SDK support
  • Batch refactoring tool for bulk changes in Java Editor
  • New UI Debugger for JavaFX and Swing
  • Support for GlassFish 3.1.1 and WebLogic 12c
  • Improved support for CDI, EJB, JSF, Spring, Web Services
  • Subversion and Mercurial enhancements and bundled Git support
  • Maven enhancements
  • PHP enhancements

Install NetBeans 7.1.2 on Fedora 17/16, CentOS 6.2/5.7, Red Hat (RHEL) 6.2/5.7

1. Install Sun’s Java

I recommend to install Sun’s Java, because I think NetBeans works faster with Sun’s Java. Here is the guide, howto install Sun/Oracle Java JDK 7 on Fedora, CentOS, Red Hat (RHEL). OpenJDK should also work. check with below url:

http://www.if-not-true-then-false.com/2010/install-sun-oracle-java-jdk-jre-7-on-fedora-centos-red-hat-rhel/
Download NetBeans 7.1

2. Download NetBeans 7.1.2


Select best suitable version or select whole package.

3. Change to root

su -
## OR ##
sudo -i

4. Make package executable

NetBeans 7.1.2
chmod +x netbeans-7.1.2-ml-linux.sh

4. Run installer (as root)

NetBeans 7.1.2
./netbeans-7.1.2-ml-linux.sh

5. NetBeans IDE Welcome Screen

Netbeans 7.1 Welcome screen
With full package is possible customize module selection, with clicking customize button:
Netbeans 7.1 Customize installation

6. Accept NetBeans Licenses

Netbeans 7.1 Accept license agreement
Netbeans 7.1 Accept junit license agreement

7. Choose a NetBeans Installation Directory and JDK version

Netbeans 7.1 Choose installation directory and JDK version
If GlassFish Application Server is also selected to Installation then select Directory also for GlassFish:
Netbeans 7.1 Select GlassFish installation location

8. Check NetBeans Installation Summary

NetBeans 7.1 Installation Summary

9. Installing NetBeans IDE

Installing NetBeans 7.1 IDE

10. NetBeans IDE Installation Complete

Netbeans 7.1 Installation complete

11. Start NetBeans 7.1.2 IDE

/path/to/netbeans-7.1.2/bin/netbeans
 
## Example ##
/opt/netbeans-7.1.2/bin/netbeans
 
Or Start NetBeans with using desktop launcher.

12. NetBeans 7.1 IDE running on Fedora 16 (Screenshot)

NetBeans 7.1 IDE running on Fedora 16

No comments:

Post a Comment