Thread: Help me please!

Results 1 to 2 of 2
  1. #1 Help me please! 
    Registered Member
    Join Date
    Aug 2010
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    I have windows 7 and most sources error with it please can someone send me a source and client what works with windows 7 64 bit please
    Reply With Quote  
     

  2. #2  
    Registered Member Chaoticscape's Avatar
    Join Date
    Aug 2010
    Posts
    3
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Generally almost all programs in x64 windows installed in folder "C:\Program Files (x86)". So you need to change start.bat accordingly. Here the example of run.bat for client:
    @echo off
    set P="%ProgramFiles(x86)% "
    if %P%==" " (
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx120m -cp bin;lib/clientlibs.jar client 0 live english game0) else (
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xmx120m -cp bin;lib/clientlibs.jar client 0 live english game0)
    pause
    I will work for both x32 and x64 editions of windows
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •