Hey,
Here is a poorly written 'How To' about
installing Java on a Linux box.
http://nmglug.org/phorum/read.php?5,19
jd
--
public horribleBreakingLoops() {
try {
for (int i = 0; i < 100; i++) {
if (i == 98) {
throw new Exception();
}
}
} catch (Exception e) {}
}