IPS (Image Packaging System)
1. Choose menu on the left top "System" - "Administration" - "Package Manager". Press "Reload" button in the toolbar to refresh the package list.
2. Input "netbeans" in the text filed under the toolbar, and press "Enter". Select your favorite version of NetBeans in the list, and press "Install/Update" button.
3. When "Install/Update Confirmation" window pops up, please check "package dependencies". And press "Next" to start download. The NetBeans will be installed automatically.
Traditional Install
1. Download JDK 1.6.0u6 for Solaris x86/x64 file: jdk-6u6-solaris-i586.sh & NetBeans for Solaris x86/x64 file: netbeans-6.1-solaris-x86.sh
- JDK download
http://java.sun.com/javase/downloads/?intcmp=1281 - NetBeans IDE 6.1 download
http://dlc.sun.com.edgesuite.net/netbeans/6.1/final/ - NetBeans IDE 6.0.1 Chinese version local download
http://zh-cn.netbeans.org/download/6.0/ml/index.htm
2. Setup JDK: Open "Terminal", switch to "root" with command "# su". Copy JDK setup file to /usr/jdk/, and run:
# cp jdk-6u6-solaris-i586.sh /usr/jdk/
# ./jdk-6u6-solaris-i586.sh
3. Setup NetBeans IDE 6.1: Open "Terminal", switch to "root" with command "# su". Run setup file:
# ./netbeans-6.1-solaris-x86.sh
With setup wizard, next and next. :-)
Note: Select JDK directory: /usr/jdk/jdk1.6.0_06/
4. Logout current user, login again. You can find "NetBeans IDE 6.1" in the "Applications" menu.
Resource
- Getting Started with OpenSolaris 2008.05 written by me (Simplified Chinese version)
http://www.unix-center.net/opensolaris/getting_started.html
http://developers.sun.com.cn/opensolaris/getting_started.html - Apply for OpenSolaris 2008.05 CD in China
http://www.unix-center.net/bbs/viewthread.php?tid=3912 - OpenSolaris 2008.05 local download in China
http://211.151.94.22/Indiana/OpenSolaris-2008-05.iso
http://developers.sun.com.cn/opensolaris/
