Download the Sun JDK from Sun Web site
Select the RPM file
chmod a+x.bin ./ .bin
When using the RPM install, the files are installed in /usr/java
Instate of burning an reburning DVD, the idea is to create from Windows a bootable USB stick acting like a bootable DVD.
1. Install ntfs-3g
yum install ntfs-3g
2. Mount the disk
mount -t ntfs -r /dev/[device] /[mount point] -o posix=1
Options:
-r for read only
-o posix=1 to preserve long names
Logbook entry: Upgrade Fedora Core 7 to Fedora Core 8
Based on Upgrading Fedora Using Yum
Logbook entry: Upgrade Fedora Core 6 to Fedora Core 7
Based on Upgrading Fedora Using Yum