Thread: Battlescape source help

Results 1 to 2 of 2
  1. #1 Battlescape source help 
    Member
    Join Date
    Nov 2008
    Posts
    103
    Thanks given
    5
    Thanks received
    0
    Rep Power
    0
    My server compiler:

    Code:
    @echo off
    Title Compile
    "C:\Program Files\Java\jdk1.6.0_17\bin\javac.exe" *.java
    pause
    My server run:

    Code:
    @echo off
    title Testscape
    "C:\Program Files\Java\jdk1.6.0_17\bin\java.exe" -Xmx500m Server
    pause
    My client compiler:

    Code:
    @echo off
    @title Compile
    echo Compiling...
    "C:\Program Files\Java\jdk1.6.0_17\bin\javac.exe" *.java
    pause
    exit
    My client run:

    Code:
    @echo off
    java -Xmx500M client 0 highmem
    pause
    I compile the server, run it. Next I compile the client and run that.

    "Error connecting to blah blah please try a different world."

    WHY??????
    Reply With Quote  
     

  2. #2  
    Registered Member hybrent's Avatar
    Join Date
    Nov 2007
    Posts
    566
    Thanks given
    73
    Thanks received
    90
    Rep Power
    28
    Is your client connecting to YOU?

    Go in client.java (in your client) and search "127.0.0.1", if it's not there, then your going to have to find the ip it's connecting to. Try searching no-ip or something.

    Anyways, once you find it, change it to 127.0.0.1

    If you already have it, then that's obviously not the problem.
    Amused as I am not, I must continue to try. -Keith Charles
    Quote Originally Posted by Ayton View Post
    I'm sorry, but I have to agree with Hybrent.
    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
  •