Thread: help with my 718 source

Results 1 to 3 of 3
  1. #1 help with my 718 source 
    Registered Member
    Join Date
    Mar 2011
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    well I recently downloaded the matrix source but its saying error_game_js5connect when i try to load the client..i heard that you have to change the ip address to local (127.0.0.1) which I have done but i can't compile it because it didnt come with a compiler..if anyone can tell me how to fix this problem or how to make a compiler for it then i would greatly apreciate it!


    this is what used as a compiler...
    @echo off
    Title Compiler
    "C:\Program Files\Java\jdk1.7.0_02\bin\javac.exe" *.java
    pause

    this is the error i get:
    javac: file not found: *.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Mar 2011
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    anyone?
    Reply With Quote  
     

  3. #3  
    Registered Member
    Melvin's Avatar
    Join Date
    Aug 2011
    Posts
    1,150
    Thanks given
    546
    Thanks received
    418
    Rep Power
    1561
    Code:
    @echo off
    echo Compiling...
    "C:\Program Files\Java\jdk1.7.0_03\bin\javac.exe" -d bin -cp lib/*; -sourcepath src src/com/rs/*.java
    @echo Finished.
    pause
    try that


    A creative man is motivated by the desire to achieve, not by the desire to beat others.”


    ― Ayn Rand
    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

Similar Threads

  1. Seans 718 Source
    By novalfye in forum Help
    Replies: 9
    Last Post: 07-07-2012, 02:36 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •