13.07.2015 Views

Java™ Application Development on Linux - Dator

Java™ Application Development on Linux - Dator

Java™ Application Development on Linux - Dator

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

174Chapter 6The IBM Developer Kit for <strong>Linux</strong>, Java 2 Technology Editi<strong>on</strong>Example 6.3 Symlinking jdk to the Sun Java SDK# ln -s j2sdk1.4.1_02 jdk# ls -latotal 16drwxr-xr-x 4 root root 4096 Jul 8 15:51 .drwxr-xr-x 17 root root 4096 Jun 17 10:18 ..drwxr-xr-x 8 root root 4096 May 21 21:09 IBMJava2-141drwxr-xr-x 8 root root 4096 Mar 5 14:44 j2sdk1.4.1_02lrwxrwxrwx 1 root root 14 Jul 7 22:33 jdk -> j2sdk1.4.1_02#Example 6.4 Symlinking jdk to the IBM Java SDK# rm jdk# ln -s IBMJava2-141 jdk# ls -latotal 16drwxr-xr-x 4 root root 4096 Jul 8 15:51 .drwxr-xr-x 17 root root 4096 Jun 17 10:18 ..drwxr-xr-x 8 root root 4096 May 21 21:09 IBMJava2-141drwxr-xr-x 8 root root 4096 Mar 5 14:44 j2sdk1.4.1_02lrwxrwxrwx 1 root root 14 Jul 7 22:33 jdk -> IBMJava2-141#6.3HOW THE IBM JDK DIFFERS FROM THE SUN JDKAfter the last chapter, which was <strong>on</strong>e of the l<strong>on</strong>gest in the book, this chaptershould come as something of a relief. It is <strong>on</strong>e of the shortest in the book. Why?Because the IBM Java Software <str<strong>on</strong>g>Development</str<strong>on</strong>g> Kit is practically identical in useto the Sun package. It differs in <strong>on</strong>ly a few respects and that is all we will talkabout here.One of the biggest differences is the versi<strong>on</strong> of Java available from eachvendor. Sun has the newest versi<strong>on</strong>s, as they have been defining what those are.IBM is still releasing the 1.3 versi<strong>on</strong>s of Java as Sun begins to release 5.0. Butyou may not want or need the “bleeding edge” of the technology.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!