What is NetBeans?
NetBeans refers to both a platform framework for Java desktop applications, and an integrated development environment (IDE) for developing with Java[1], JavaScript[1], PHP[1], Python[2] (no longer supported after NetBeans 7), Groovy[1], C[1], C++[1], Scala[citation needed], Clojure[citation needed], and others. The NetBeans IDE 7.0 no longer supports Ruby and Ruby on Rails [1], but a third party has begun work on a separate plug-in.The NetBeans IDE is written in Java and can run anywhere a compatible JVM is installed, including Windows, Mac OS, Linux, and Solaris. A JDK is required for Java development functionality, but is not required for development in other programming languages.The NetBeans platform allows applications to be developed from a set of modular software components called modules. Applications based on the NetBeans platform (including the NetBeans IDE) can be extended by third party developers.[3]
Read More
Whats New on NetBeans 7.0.1?
- Introduction of JDK 7 support including editor enhancements (syntax, hints)
- Revamped support for WebLogic Application Server and GlassFish 3.1b24
- Oracle Database improvements
- HTML5 editing support
- Maven 3 is supported and bundled with the IDE
- Improved support for CDI, REST services, Java Persistence, and Bean Validation
- PHP Rename Refactoring
- Line wrapping
- Improved detection of external changes (native file system listening)
Install NetBeans 7.0.1 / 7.1 RC1 on Fedora 16/15, CentOS 6/5.7, Red Hat (RHEL) 6.1/6/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.
2. Download NetBeans 7.0.1 / 7.1 RC 2
from Sun’s NetBeans 7.0.1 download page or Sun’s NetBeans 7.1 RC 2 download page.
Select best suitable version or select whole package.
3. Change to root
su -
## OR ##
sudo -i
4. Make package executable
NetBeans 7.0.1
chmod +x netbeans-7.0.1-ml-linux.sh
NetBeans 7.1 RC 2
chmod +x netbeans-7.1rc2-ml-linux.sh
4. Run installer (as root)
NetBeans 7.0.1
./netbeans-7.0.1-ml-linux.sh
NetBeans 7.1 RC 2
./netbeans-7.1rc2-ml-linux.sh