RAD 7.5 Installation Guide

1. Double-click on RAD launchpad.

2013-01-11_204613

2. Below screen will be displayed. Select your language.

2013-01-11_204652

 

3. Install IBM Rational Application Developer for Websphere Software.

2013-01-11_204703

 

4. Splash screen such below will be displayed.

2013-01-31_211409

 

5. Click Next button to continue.

2013-01-11_205010

 

6. Select ‘I accept the terms..

2013-01-11_205034

 

7. Click Next button to proceed.

2013-01-11_205044

 

8. Click on Install button to start the installation process.

2013-01-11_205058

 

9. Installing the application.

2013-01-11_205110

 

10. Restart the installation manager.

2013-01-11_205151

 

11. IBM Installation Manager screen will be displayed. Click on Manage Licenses.

2013-01-11_205212

 

12. Browse your license file.

 

2013-01-11_212756

 

13. The license is successfully imported.

2013-01-11_214711

 

14. Finish.

2013-01-11_214810

install netbeans 6.7.1 on ubuntu 9.10

1. install JDK via apt

# sudo apt-get install sun-java6-jdk

2. test your new JDK

# java -version

test java version

3. download netbeans-6.7.1-ml-java-linux.sh

link: http://services.netbeans.org/bouncer/index.php?product=netbeans-6.7.1-ml-java&os=linux

4. you can calculate md5 checksum and compare the value with one from the NetBeans’ website

# md5sum netbeans-6.7.1-ml-java-linux.sh

5. make downloaded archive executable

# chmod +x netbeans-6.7.1-ml-java-linux.sh

6. execute it

# ./netbeans-6.7.1-ml-java-linux.sh

install netbeans

7. choose your netbeans setup

Screenshot-NetBeans IDE Installer

8. install your netbeans

Screenshot-NetBeans IDE Installer-1

9. update files

Screenshot-crop

10. finish