Commit 1bc2b98e authored by Matt Tucker's avatar Matt Tucker Committed by matt

Pass in "-server" to force use of server JVM.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1194 b35dd754-fafc-0310-a699-88a17e54d16e
parent ba58c098
......@@ -143,5 +143,5 @@ if $cygwin; then
esac
fi
messenger_exec_command="exec \"$JAVACMD\" $MESSENGER_OPTS -classpath \"$LOCALCLASSPATH\" -jar \"$MESSENGER_LIB\"/startup.jar"
messenger_exec_command="exec \"$JAVACMD\" -server $MESSENGER_OPTS -classpath \"$LOCALCLASSPATH\" -jar \"$MESSENGER_LIB\"/startup.jar"
eval $messenger_exec_command
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment