RE: Installing Java JDK

2006-02-22 Thread Erast Benson
On Tue, 2006-02-21 at 08:39 -0800, john wrote: > A bit messy but: > > The sun installer does a checksum but if it finds no /bin/sum it just > proceeds. For some reason the checksumming is daft on the sun jdk install > script and you can bypass by temporarily renaming bin/sum to something else,

RE: Installing Java JDK

2006-02-21 Thread john
A bit messy but: The sun installer does a checksum but if it finds no /bin/sum it just proceeds. For some reason the checksumming is daft on the sun jdk install script and you can bypass by temporarily renaming bin/sum to something else, run the installer (it will unpack everything), then go ba