Re: From JDK1.1.3 to JDK1.1.7
The most typical way I would imagine is to extract the 1.1.7 archive into a directory like /usr/jdk1.1.7 then create a link named /usr/java which points to it. Change all of your classpaths and environment variables to use the /usr/java link instead of /usr/jdk1.1.3 or whatever your current path i
From JDK1.1.3 to JDK1.1.7
Hi there, I want to update my JDK from JDK1.1.3 to JDK1.1.7, How can I do this on an X86 based linux system? Thanks. Haiyan