Ok im trying to install the enders client and..
I downloaded the client and copyed all the files to a folder path C:/Games/Haven and Hearth
I also copied the javaw.exe file and placed it in the same folder above.
I then edited my run.bat to the following.
C:\Games\Haven and Hearth\javaw.exe -Djava.library.path=C:\Games\Haven and Hearth -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
I was getting the black screen flashing and going away... so I added a pause line so
C:\Games\Haven and Hearth\javaw.exe -Djava.library.path=C:\Games\Haven and Hearth -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause
Now the screen stays and I see the following
C:\Games\Haven and Hearth>C:\Games\Haven and Hearth\javaw.exe -Djava.library.pat
h=C:\Games\Haven and Hearth -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
-r ./res
'C:\Games\Haven' is not recognized as an internal or external command,
operable program or batch file.
C:\Games\Haven and Hearth>pause
Press any key to continue . . .
apparently either the javaw.exe or the client is not being recognized as an internal or external command operable program or batch file. I have also tried changing the path to the javaw.exe to different locations on my computer and they all turned up different errors each time.
I have also tried pathing it to the javaw.exe under programs and the path goes which looks like this
C:\Program Files (x86)\Java\jre6\bin\javaw.exe -Djava.library.path=C:\Games\Haven and Hearth -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause
And I get the same error as above
I also have javaw.exe located under windows/system32 and windows/SysWOW64, I have tried both these paths without success.. I have noticed the javaw.exe in the system32 path is what the website uses to launch the application so i tried that the path goes
C:\Windows\System32\javaw.exe -Djava.library.path=C:\Games\Haven and Hearth -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
pause
But I get the error: Could not find the main class
I think maybe there was something missing in the client i downloaded because i dont think its a problem with java.. the files I have in the haven and hearth folder under games are as follows
[Folder]Map
--map.html
[Folder]Res
--[Folder]gfx
----[Folder]fx
------dowse.res
----[Folder]hud
------[Folder]slen
--------low2.res
------fbtn.res
------fbtnd
------fbtnh.res
------flip.res
------flipo.res
------gripbr.res
------griptr.res
------lockc.res
------locko.res
------lockoh.res
--[Folder]paginae
----[Folder]act
------add.res
----[Folder]add
------hide.res
------rad.res
------shhd.res
autohaven
gluegen-rt.d;;
glugen-rt.jar
haven.jar
haven-res.jar
java.exe
javaw.exe
jogg.jarr
jogl.dll
jogl.jar
jogl_awt.dll
jorbis.jar
run.bat
if you think i made any errors please let me know but I believe that is all the files that are there.