Java Reference
In-Depth Information
Example 6.3 Symlinking jdk to the Sun Java SDK
# ln -s j2sdk1.4.1_02 jdk
# ls -la
total 16
drwxr-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-141
drwxr-xr-x 8 root root 4096 Mar 5 14:44 j2sdk1.4.1_02
lrwxrwxrwx 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 -la
total 16
drwxr-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-141
drwxr-xr-x 8 root root 4096 Mar 5 14:44 j2sdk1.4.1_02
lrwxrwxrwx 1 root root 14 Jul 7 22:33 jdk -> IBMJava2-141
#
6.3
H OW THE IBM JDK D IFFERS FROM THE S UN JDK
After the last chapter, which was one of the longest in the topic, this chapter
should come as something of a relief. It is one of the shortest in the topic. Why?
Because the IBM Java Software Development Kit is practically identical in use
to the Sun package. It differs in only a few respects and that is all we will talk
about here.
One of the biggest differences is the version of Java available from each
vendor. Sun has the newest versions, as they have been defining what those are.
IBM is still releasing the 1.3 versions of Java as Sun begins to release 5.0. But
you may not want or need the “bleeding edge” of the technology.
Search WWH ::




Custom Search