Forums › Forums › iLive Forums › Archived iLive Discussions › Editor 1.51 and Mac OS X Snow Leopard? › 908
2009/11/10 at 11:30 am
#24882
thomask
Participant
On Snow Leopard edit the iLiveEditor bash file and add the -d32 option to the java commands (2 times).
#!/bin/sh
cd `dirname $0`
if [ -n “$JAVA_HOME” ]; then
$JAVA_HOME/bin/java -d32 -Xms256m -Xmx512m -jar ./iLive_Editor_1.53.jar $*
else
java -d32 -Xms256m -Xmx512m -jar ./iLive_Editor_1.53.jar $*
fi
cd $OLDPWD