On May 8, 2012, at 15:00 , Coleen Phillimore wrote:
> Actually, I reviewed this and why do you have an extra set of parenthesis > around the second clause? I don't think they help anything and look kind of > odd. > > + } else if (cpu.equals("amd64") || (cpu.equals("x86_64"))) { > > maybe instead } else if (cpu.equals("amd64") || cpu.equals("x86_64")) { Whoops, no reason at all, just a typo. Regards, Nils Loodin