Commit 10c3814a authored by Bill Lynch's avatar Bill Lynch Committed by bill

JM-38 -- startup script fails on windows if VM is in program files


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@449 b35dd754-fafc-0310-a699-88a17e54d16e
parent 898832da
......@@ -17,7 +17,7 @@ echo.
goto end
:run
start "Jive Messenger" %JAVA_HOME%\bin\java -jar ..\lib\startup.jar
start "Jive Messenger" "%JAVA_HOME%\bin\java" -jar ..\lib\startup.jar
goto end
:end
\ No newline at end of file
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