Installing Mango on Mac OSX
-
Installing Mango on a Mac OSX computer is pretty simple.
Download the core zip file and any modules you want. Place them in a folder like /Applications/Mango
To make the ma-start.sh file executable you need to change the name to ma-start.command. Now you should be able to double click on it to start. Before it will work you need to edit the ma-start.command file and change the reference from ma-start.sh to ma-start.command on line 15.
Mac OSX should already have a Java JDK installed so the above steps should be all that is needed but please let us know if you find anything different.
Joel.
-
I'm not having luck installing Mango on a Mac OSX 10.5.8 with Java 1.6.0. File name was changed from "ma-start.sh" to "ma-start.command". Line 15 was changed from "ma-start.sh" to "ma-start.command". "chmod +x ma-start.command" was executed via terminal to gain access to the file. The following was returned in the terminal window upon execution of "ma-start.command":
Applications/Mango/ma-start.command ; exit;
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:676)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
at java.lang.ClassLoader.loadClass(ClassLoader.java:317)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:280)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:375)
logout[Process completed]
Jake