Posted on January 27, 2008 by mrtextminer
1) Download jdk1.6.0_04 x64 version for Linux from http://java.sun.com
2) Add executable permission to the current user.
>chmod u+x jdk-6u4-linux-amd64.bin
3) Install the software
>./jdk-6u4-linux-amd64.bin
The JDK will be installed in the current working directory as jdk1.6.0_04. Therefore, if we want to install in /opt directory, switch to root and move the whole jdk1.6.0_04 directory to /opt
4) Set jdk [...]
Filed under: Java, Linux | 4 Comments »
Posted on January 27, 2008 by mrtextminer
Installation environment:
- Sony laptop VGN-NR160E
- Qwest DSL
- Dual boot with Windows Vista Home Edition
Problems encountered during normal installation:
- Network configuration failed during the installation. The installer cannot properly detect Marvell Yukon 88E80039 Ethernet card
Below are what I have done:
1) Download Debian Etch AMD64-r2 net installation CD.
2) Insert the CD and restart computer.
3) Press Enter at [...]
Filed under: Linux | 3 Comments »