Thread: Can't open up any source's client?

Results 1 to 4 of 4
  1. #1 Can't open up any source's client? 
    Registered Member
    Join Date
    Jan 2010
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Yeah, clients never load. Here's my compiler.bat, followed by my run.bat :

    @echo off
    color 0b
    title SERVER NAME Compiler
    @echo ----------------------
    @echo --Initiating Compile--
    @echo ----------------------
    "C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . *.java
    @echo ----------------------
    @echo --Compiling complete--
    @echo ----------------------
    @echo off
    title SERVER NAME server
    "C:\Program Files (x86)\Java\jdk1.6.0_20\java.exe" -Xmx500m server

    ^Everything usually compiles properly

    @echo off
    color 0b
    title SERVER NAME server
    "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xmx500m server

    ^Is something wrong?

    Please let me know. Thanks.
    Reply With Quote  
     

  2. #2  
    Fake Love


    Join Date
    Jun 2008
    Age
    28
    Posts
    439
    Thanks given
    224
    Thanks received
    312
    Rep Power
    4385
    Is the pathway for your java correct?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2010
    Posts
    15
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by Alcazar View Post
    Is the pathway for your java correct?
    Mhm. I went to its location and made sure that it was.
    Reply With Quote  
     

  4. #4  
    JagxScape Owner

    VeRoCo's Avatar
    Join Date
    Apr 2009
    Posts
    831
    Thanks given
    41
    Thanks received
    20
    Rep Power
    98
    For me when this happened I also run 64xbit
    Go to this line
    "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xmx500m server
    The -Xmx500m should be -Xmx1024m

    So it would be this
    "C:\Program Files (x86)\Java\jre6\bin\java.exe" -Xmx1024m server
    I will post up my run.bat for my compiler when I get home, so I can make sure you got one that works if this dose not fix it =]
    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
  •