by kreowolf » Mon May 30, 2011 10:49 pm
First off, thank you Ender for a WONDERFUL client! Secondly, i've been running into the same problem that everyone else has at first, getting the "Cannot find "javaw" etc., etc.", i've been following this thread very carefully and followed every step to the letter. After many migraines (and three bottles of 200mg IBProfen later xD), I discovered a very significant solution to this... Check to see which client version you're running!!! Either 64bit or 32bit...
After adding the code line:
"C:\Program Files (x86)\Java\jre6\bin\java" -Djava.library.path="C:\Games\HnH_Ender_x64" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se. -r ./res
to the 64bit .bat client version i downloaded, it would only load the CMD screen, spit some jarble at me, then close without so much as a "please wait while i do what you requested"... I then decided to try again with the 32bit client, putting in the same line of code:
"C:\Program Files (x86)\Java\jre6\bin\java" -Djava.library.path="C:\Games\HnH_Ender_x32" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se. -r ./res
LO-AND-BEHOLD, it works like a charm! So, lesson of the day, if you have the 64bit version, try this same thing with the 32bit, see what happens and go from there....
Again, wonderful client!