Thread: 508/525 client compile problem

Results 1 to 4 of 4
  1. #1 508/525 client compile problem 
    Banned

    Join Date
    Jan 2011
    Posts
    3,279
    Thanks given
    345
    Thanks received
    545
    Rep Power
    0
    I cant compile how can I fix it so I can compile I tried getting other compilers from other clients but It didnt work


    Problem:



    Other Pic:



    What code would I put in for the 2nd picture above to fix this?
     

  2. #2  
    Registered Member
    bracket's Avatar
    Join Date
    Aug 2009
    Posts
    5,286
    Thanks given
    1,047
    Thanks received
    1,463
    Rep Power
    5000
    Code:
    cd Loader
    "C:\Program Files\Java\jdk1.6.0_21\bin\javac.exe" *.java
    pause
    Change the 21 to your java version.
     

  3. #3  
    Banned

    Join Date
    Jan 2011
    Posts
    3,279
    Thanks given
    345
    Thanks received
    545
    Rep Power
    0
    Now it says this:

    "C:/program is not recognized as an internal or external operable program or batch file.
    Press any key to continue"
     

  4. #4  
    Registered Member
    Join Date
    Jan 2011
    Posts
    239
    Thanks given
    7
    Thanks received
    13
    Rep Power
    7
    change ur compiler to this
    change the red number til urse
    Code:
    @echo off
    title compile
    cd ../src
    echo Compiling files...
    "C:\Program Files\Java\jdk1.6.0_23\bin\javac.exe" -cp . -d ../build/ ./net/com/codeusa/*.java
    pause
     


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. compile problem
    By old playerz in forum Help
    Replies: 3
    Last Post: 12-31-2010, 03:06 PM
  2. [PI]602 animations compile problem[PI]
    By Kittie in forum Help
    Replies: 4
    Last Post: 12-25-2010, 08:44 AM
  3. Compile problem[317]
    By Kittie in forum Help
    Replies: 0
    Last Post: 12-10-2010, 08:38 AM
  4. Problem, just about everytime i compile a client...
    By lkc cheat service in forum Help
    Replies: 2
    Last Post: 05-05-2010, 03:04 AM
  5. compile problem (delta)
    By Slay No More in forum Help
    Replies: 5
    Last Post: 01-21-2009, 10:53 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •