How to start Open BlueDragon in MacOS X
SixSigns | (12)
Now you have downloaded the Open BlueDragon Jetty Ready2Start package and read the Read-Me and you get errors trying to start it that looks like this:
sh-3.2# java -Mx512M -jar start.jar
Unrecognized option: -Mx512M
Could not create the Java virtual machine.
It looks like that MacOS X handles this a little bit different. Thus you will want to start it with the following commands:
java -jar -Xmx512M start.jar