908

#24882
Profile photo of thomaskthomask
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