Replace OpenJDK with Oracle-SunJDK on Ubuntu 10.10

By default Ubuntu 10.10 (32-bit) installs OpenJDK for JRE, JDK. Since OpenJDK tries to replace the properietry pieces of Sun-JDK, this is a nice project, however, there is still time before it grasps all the specs and works flawlessly.

Before we begin, type: java -version, at the command prompt, and you will see that the version is a Open-JDK version.

 

To Replace Sun-JDK with Open-JDK follow the setps below:

Read the rest of this post »