
Moderator: Phades
zerome1221 wrote:Alright, I added pause and here is the error.
DatOneGuy wrote:2)Remove -Djava line
Still nothing?
3)Remove .exe after javaw (Shouldn't be necessary)
start javaw -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
start "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
sheltem wrote:Have you tried using the bat provided in Ender's download, just extended with the javaw path?
Originally it looks like this (and this file still works for me):
- Code: Select all
start javaw -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
Since java isn't in your path, you would change that to:
- Code: Select all
start "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
If you start this file from within Ender's folder you shouldn't have to provide the path to it.
zerome1221 wrote:sheltem wrote:Have you tried using the bat provided in Ender's download, just extended with the javaw path?
Originally it looks like this (and this file still works for me):
- Code: Select all
start javaw -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
Since java isn't in your path, you would change that to:
- Code: Select all
start "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
If you start this file from within Ender's folder you shouldn't have to provide the path to it.
Okay I tried that and now I get a new error.
Users browsing this forum: Claude [Bot], Semrush [Bot] and 1 guest