Thread: help

Results 1 to 5 of 5
  1. #1 help 
    Registered Member
    Join Date
    Nov 2010
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    help i don't know how to fix my client it's my java:crybaby:

    @echo off
    cd ./Class/
    "C:/program files (x86)/java/jre6/bin/java" -Xmx1500m Gui 30 0 highmem members 32
    exit
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Sep 2010
    Posts
    254
    Thanks given
    44
    Thanks received
    13
    Rep Power
    37
    Post your run.bat

    Edit: Try this:
    Code:
    @echo off
    cd ./Class/
    "C:/program files (x86)/java/jre6/bin/java.exe" -Xmx750m Gui 30 0 highmem members 32
    exit
    Edit: Wrong section, btw, this goes in Client help.
    Reply With Quote  
     

  3. #3  
    Registered Member
    sadgrills's Avatar
    Join Date
    Dec 2009
    Age
    28
    Posts
    1,419
    Thanks given
    120
    Thanks received
    194
    Rep Power
    863
    Quote Originally Posted by YouBeTrollin View Post
    Post your run.bat

    Edit: Try this:
    Code:
    @echo off
    cd ./Class/
    "C:/program files (x86)/java/jre6/bin/java.exe" -Xmx750m Gui 30 0 highmem members 32
    exit
    Edit: Wrong section, btw, this goes in Client help.
    The memory use has nothing to do with it.


    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Sep 2010
    Posts
    254
    Thanks given
    44
    Thanks received
    13
    Rep Power
    37
    Quote Originally Posted by Zombie Inc View Post
    The memory use has nothing to do with it.
    Ik, I just changed that because there's no need for it to be so high. I thought the ".exe" would matter, but he's still having problems.
    Reply With Quote  
     

  5. #5  
    Registered Member
    sadgrills's Avatar
    Join Date
    Dec 2009
    Age
    28
    Posts
    1,419
    Thanks given
    120
    Thanks received
    194
    Rep Power
    863
    I'm pretty sure its supposed to be.
    Code:
    @echo off
    cd ./Class/
    "C:/program files (x86)/java/jre6/bin/javaw.exe" -Xmx750m Gui 30 0 highmem members 32
    exit


    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
  •