sabinati wrote:learn to path, this has been explained a shitload already.
edit your run.bat, change javaw to the full path to java, for example: "C:\Program Files (x86)\Java\jre6\bin\javaw.exe"
Yeah, that doesnt work.
Tried: start "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Djava.library.path="C:\Users\Adam\Desktop\HnH_Ender_x64" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
Recieved an error message stating that:
"Windows cannot find '-Djava.library.path=C:\Users\Adam\Desktop\HnH_Ender_x64'. "
After over an hour of a friend trying to help me it out, we wound up at:
PATH=%PATH%;%ProgramFiles%\Java\jre6\bin\start javaw -Djava.library.path=. -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
Pause
This resulted in the DOS window opening briefly (a pause was inserted so that it would remain, I guess), then disappearing, with no other effect.
After the pause was added, the DOS window remained open, with a PATH string and the message 'Press any key to continue...'.
Pressing any key has the same result as above - the DOS window disappears and nothing else happens.
Edit: As per the flowchart, last missing bit is Haven.jar size, which is 804 Kb (haven-res.jar is 17,141 Kb).
Ive been fiddling with this, and couldnt figure it out, so I'm asking for help.