This is a page on how to get Mifos Gazelle working on Mac OS X.

OS X 10.6.5 (Snow Leopard)

Snow Leopard actually includes the Java SE6 32 bit, and seems to (kinda) work.

To avoid any confusion, it's important to use the Apple JVM's -d32 start-up flag, e.g. in a export MAVEN_OPTS="-d32 -Xmx512m" in your ~/.bash_profile, as well as manually adding a -d32 to the VM arguments of memory intensive unit or integration tests launched from within the Eclipse IDE.

OS X 10.5.8 (Leopard)