Sarchi wrote:I'm having trouble starting the client because Windows cannot find -Xms256m. I tried searching for it on my computer, but there were no results.
Contents of Run file:
- Code: Select all
.\updater\HnH_updater.exe
start "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r \.res
pause
I've looked at the flowchart and see nothing about Windows being able to find the path to -Xms256m.
Not sure about how it works in Java, but the -Xms256m line sounds like an option and not a file.
Do you have an error log ?