canmove, Confirmed users
6,441
edits
No edit summary |
(→Install Sun Java JDK: fix jdk version) |
||
| Line 63: | Line 63: | ||
*Go to http://java.sun.com/javase/downloads/ | *Go to http://java.sun.com/javase/downloads/ | ||
*Click through to JDK 5.0 Update | *Click through to JDK 5.0 Update 15 | ||
*Download the "Linux self-extracting file"... ''not the RPM'' | *Download the "Linux self-extracting file"... ''not the RPM'' | ||
This doc was wrong when it was first created, and we don't have the original installer anymore, so we don't have a sum. This was updated on june 2, 2010 to reflect this. | |||
UNKNOWN jdk-1_5_0_15-linux-x64.bin | |||
*Save to /tools | *Save to /tools | ||
cd /tools | cd /tools | ||
chmod 0755 ./dist/jdk- | chmod 0755 ./dist/jdk-1_5_0_15-linux-x64.bin | ||
./dist/jdk- | ./dist/jdk-1_5_0_15-linux-i586.bin | ||
# type 'yes' to accept the license | # type 'yes' to accept the license | ||
ln -s jdk1.5. | ln -s jdk1.5.0_15/ jdk | ||
=== Make directories === | === Make directories === | ||