vote up 0 vote down star

I am setting my VM for my java application in windows using a batch file with following command: java -jar -Xmx800m "App.jar"

Now I wanna do the same thing for MAC OS X? Any suggestions?

flag
What problem do you face when doing this on Mac OSX? – Pascal Thivent Oct 27 at 10:52

1 Answer

vote up 1 vote down

You can use the same arguments for Java in Mac OS X.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.