carcanken wrote:HulkingUnicorn wrote:carcanken wrote:I have 64bit java, and my operating system aswell, is 64bit.
And you downloaded the 64 bit version of enders?
Check to make sure you don't have a 32 bit java as well in your PATH if so.
Would be nice if you pasted the run.bat contents and pics of your java and game folder addresses.
This is everything in my RUN.BAT
- Code: Select all
"C:\users\mynamegoeshere\Desktop\HnH_Ender_x64\HnH_Ender_x64\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
Also, I dont know how to post pictures of my java, but I do know its 64bit for sure.
As for the game folder addresses.. do you mean like "HnH_Ender_x64 > HnH_Ender_x64? Because I installed the Enders client to my desktop, so thats the address,
You appear to be trying to run a javaw.exe file located in your haven folder. It also looks like you haven't downloaded the updater (see first post).
Try changing run.bat to one of the following:
1. javaw -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
2. "C:\Program Files\Java\jre6\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
3. "C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se
The first one will work with a proper java installation (java added to PATH), the others will work for the standard folder structure for 64 bit and 32 bit java respectively - assuming you have vista/win7.