It´s: .C:\Users\*****\Documents\Updater
start javaw -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
Moderator: Phades
triacefan wrote:Hi, I got the "Windows cannot find javaw." error the first time I tried running it, so then I followed the solution by pasting the full directory path in the run.bat file. Now when I run it I get this error before the cmd closes down again.
Sorry if it's not clear, I tried doing a print screen but I can't get it to show any clearer than this.
This is what's inside my run.bat:
- Code: Select all
.\updater\HnH_updater.exe
"C:\Program Files (x86)\Java\jre6\bin\java.exe" start javaw -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
I'm using Windows 7 Ultimate, 64-bit edition. Any help would be appreciated.
Shaidarhun wrote:How can u run it?
Edit: moded the run.bat and typed the pause in the end to see what are the problem i will make a screenshot about it.
Edit2: Here is the picture
[img]...[img]
Nice isn't it???
run.bat file:
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Djava.library.path="C:\games\HnH\" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
melkor wrote:It´s: .C:\Users\*****\Documents\Updater
start javaw -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
Phades wrote:I already added this to the first page of the ender thread...here is your solution:
Error contains: "java.lang.UnsatisfiedLinkError: no jogl..." or "...jogl.dll: Can't find dependent libraries"
Add: -Djava.library.path="PATH TO GAME FOLDER" to your run.bat.
Example:
- Code: Select all
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Djava.library.path="C:\games\HnH\" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
Shaidarhun wrote:Phades wrote:I already added this to the first page of the ender thread...here is your solution:
Error contains: "java.lang.UnsatisfiedLinkError: no jogl..." or "...jogl.dll: Can't find dependent libraries"
Add: -Djava.library.path="PATH TO GAME FOLDER" to your run.bat.
Example:
- Code: Select all
"C:\Program Files (x86)\Java\jre6\bin\java.exe" -Djava.library.path="C:\games\HnH\" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
I copied over the enders client to c:/games\HnH\ and changed the run.bat now it says:
"..edited.."
Phades wrote:
Make sure if you have pause in the run.bat that it is on a separate line (press enter).
The code in the example needs to be all on 1 line. It looks like yours might be on 2.
Try remove the trailing slash in "..\HnH\" Also, don't use a root folder as in the example--your system setup may not permit it--try using a folder in program files folder such as:
"C:\Program Files (x86)\HnH"
Lastly, go to http://www.java.com and make sure you have the latest version of java.
One last note: Make sure you are using the correct version of the client. If all the above fails to run it successfully, then do the above while trying the other version of Enders (32bit vs 64bit or vice-versa).
Phades wrote:triacefan wrote:Hi, I got the "Windows cannot find javaw." error the first time I tried running it, so then I followed the solution by pasting the full directory path in the run.bat file. Now when I run it I get this error before the cmd closes down again.
[IMAGE]
Sorry if it's not clear, I tried doing a print screen but I can't get it to show any clearer than this.
This is what's inside my run.bat:
- Code: Select all
.\updater\HnH_updater.exe
"C:\Program Files (x86)\Java\jre6\bin\java.exe" start javaw -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
I'm using Windows 7 Ultimate, 64-bit edition. Any help would be appreciated.
Your run.bat file is not correct. Remove the word 'START'.
Users browsing this forum: ChatGPT [Bot], Claude [Bot] and 3 guests