ok so I put a shortcut to javaw inside the client folder which seemed to take care of the 'can not find javaw' problem but now:

haven.jar is definitely there in the folder, why it is unaccesible I have no idea
I also used search function on this thread for "unable to access jarfile" which yeilded 3 results, 2 were useless and one said using 32 bit client fixed it so I tried 32 bit client but no luck
OS: win7 64-bit
User account privileges: Full (administrator)
Technical Experience: Good enough
I gotta get this thing working, it's very important

pls help.
oh and here's my run.bat:
- Code: Select all
.\updater\HnH_updater.exe
start javaw -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
EDIT: The fix was to not use shortcut javaw, instead I just dumped the contents of my client folder into the java bin folder where the proper javaw is located, it's a bit messy but oh well it worked 
Last edited by MightySheep on Tue Jul 26, 2011 10:07 pm, edited 1 time in total.