masaykh wrote:installed and reinstalled JRE many many times (win7 32) always everything work correctly.
so first step is to reinstall and then. if it not helped to try manualy set PATH enviroment
For less troubles i think what PATH better be set in run.bat
like this : PATH="c:\Program Files\Java\jre6\bin\"
and in "start" string we will have
start javaw -Djava.library.path=. -Xms256m -Xmx512m -jar haven.jar moltke.seatribe.se -r ./res
one nice thing
everyone can use this : -Djava.library.path=.
dot mean current directory where client files is.
No.
Don't change the path like that. You need to add to the path, not set it flat -otherwise a LOT of stuff isn't going to work after you do it.
PATH=$PATH;"c:\program..etc" -- I think it's $PATH; - look up in Windows how to do it..