This appears to be a bug, Oracle seems to have changed the download URL on us when they updated to 8u33. This was released yesterday, we are using the previous version 8u6. Further, the archive page to the old version seems to be 404'ing. I'll try to get this patched ASAP, but if you need to install Java within the next day, you can download it manually and run the JRECreate program with these options:
Code:
private static String[] JRE_CREATE_COMMAND = {"java",
"-jar",
"",
"--dest", "JRE",
"--profile", "compact2",
"--vm", "client",
"--keep-debug-info",
"--debug"
};
Put the created JRE folder in /usr/local/FRC/jre. You can't just run the installer with your downloaded JRE file, it md5's that as well.
UPDATE:
Joe Ross pointed out another way to get the download working that allows you to download the original version and use the installer for the second half:
Once you have 8u6 downloaded, you can just point the installer at it and go from there.