How to start Open BlueDragon in MacOS X

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

If you enjoyed this post, make sure you subscribe to my RSS feed!

About this entry