I do not think a condition for OSX is required, because all versions can use the 32 bit java.
On Sat, Dec 4, 2010 at 11:49 AM, bill lam <[email protected]> wrote: > I guess one could use a conditional statement, > if [ "x86_64" = `uname -m` ]; then > java for snow leopard, lion > else > java for old cats > fi > > not sure what is the output of uname -m for oxs > -- (B=) <-----my sig Brian Schott ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
