geehae wrote:I asked the most simple question of this thread an no one replied!! Please help me!
I'm having the Windows couldn't find javaw.exe problem, and the fix says i have to ''edit'' the run.bat and leave it like this: "FULL PATH TO JAVAW" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
But i don't get how!! the game doesn't even run though, i'm trying this client because the normal one doesn't work for me, people say it's because it doesn't support java 7, where can i get java 6? if someone knows please let me know
Chill, dude! It's pretty easy to get your questions overlooked in these overloaded threads. There were issues with Java 7 compatibility, but Loftar stated he went in and changed the problem code. (It had to do with encryption. Java v7 no longer supports as large a key as previous versions.) Nobody has bothered posting an official "Ok, it works" on it, so few people know that Java SE 7 works.
Now, about the batch file.... If you configured Java correctly on install, it should have set a path to the JRE. It can be done manually through editing your startup files or by going into the Java control panel. However, that's more work than a short post needs. (Dig up how to do this on google if you are so inclined.) The easy, but repetitive, way is to simply find where you installed java at and place the path to it in front of java.exe like so:
Before: javaw -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
After: "C:\Program Files\Java\jre6\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
Feel free to copy/paste the after line. That is the typical install directory for 32-bit Windows.
Opinions expressed in this statement are the authors alone and in no way reflect on the game development values of the actual developers.