Thread: Fully Working 503 Compiler - 100% by me - JDK 4 And 5 working

Results 1 to 5 of 5
  1. #1 Fully Working 503 Compiler - 100% by me - JDK 4 And 5 working 
    Registered Member
    Inspired Dreams's Avatar
    Join Date
    Aug 2007
    Posts
    1,129
    Thanks given
    4
    Thanks received
    5
    Rep Power
    151
    Hello rune-server

    well today i have made a 100% working 503 compiler working on Java JDK 4 and Java JDK 5

    open the edit on ya compiler

    and delete whats in it and replace it with this

    Code:
    @echo off
    title Fully Working 503 Compiler by dragonzpk
    echo :: Found JDK 1.6.0_04
    SET CLASSPATH=Files\Java\jdk1.6.0_04\bin;%CLASSPATH%;
    SET PATH=C:\Program Files\Java\jdk1.6.0_04\bin
    
    @echo ------------ Compiling players ------------
    javac ./RS2E/Players/*.java
    @echo ------------ Compiling packets ------------
    javac ./RS2E/Packets/*.java
    @echo ------------ Compiling util ------------
    javac ./RS2E/Util/*.java
    @echo ------------ Compiling world ------------
    javac ./RS2E/World/*.java
    @echo ------------ Compiling main ------------
    javac ./RS2E/*.java
    echo ------------ Compile complete ------------
    pause
    JDK 5

    Code:
    @echo off
    title Fully Working 503 Compiler by dragonzpk
    echo :: Found JDK 1.6.0_05
    SET CLASSPATH=Files\Java\jdk1.6.0_05\bin;%CLASSPATH%;
    SET PATH=C:\Program Files\Java\jdk1.6.0_05\bin
    
    @echo ------------ Compiling players ------------
    javac ./RS2E/Players/*.java
    @echo ------------ Compiling packets ------------
    javac ./RS2E/Packets/*.java
    @echo ------------ Compiling util ------------
    javac ./RS2E/Util/*.java
    @echo ------------ Compiling world ------------
    javac ./RS2E/World/*.java
    @echo ------------ Compiling main ------------
    javac ./RS2E/*.java
    echo ------------ Compile complete ------------
    pause
    and ur done!
    Last edited by Inspired Dreams; 08-03-2008 at 02:11 AM. Reason: added JDK 5
    Reply With Quote  
     

  2. #2  
    Gander
    Guest
    Quote Originally Posted by DragonzPk View Post
    Hello rune-server

    well today i have made a 100% working 503 compiler working on Java JDK 4 and Java JDK 5

    open the edit on ya compiler

    and delete whats in it and replace it with this

    Code:
    @echo off
    title Fully Working 503 Compiler by dragonzpk
    echo :: Found JDK 1.6.0_04
    SET CLASSPATH=Files\Java\jdk1.6.0_04\bin;%CLASSPATH%;
    SET PATH=C:\Program Files\Java\jdk1.6.0_04\bin
    
    @echo ------------ Compiling players ------------
    javac ./RS2E/Players/*.java
    @echo ------------ Compiling packets ------------
    javac ./RS2E/Packets/*.java
    @echo ------------ Compiling util ------------
    javac ./RS2E/Util/*.java
    @echo ------------ Compiling world ------------
    javac ./RS2E/World/*.java
    @echo ------------ Compiling main ------------
    javac ./RS2E/*.java
    echo ------------ Compile complete ------------
    pause
    JDK 5

    Code:
    @echo off
    title Fully Working 503 Compiler by dragonzpk
    echo :: Found JDK 1.6.0_05
    SET CLASSPATH=Files\Java\jdk1.6.0_05\bin;%CLASSPATH%;
    SET PATH=C:\Program Files\Java\jdk1.6.0_05\bin
    
    @echo ------------ Compiling players ------------
    javac ./RS2E/Players/*.java
    @echo ------------ Compiling packets ------------
    javac ./RS2E/Packets/*.java
    @echo ------------ Compiling util ------------
    javac ./RS2E/Util/*.java
    @echo ------------ Compiling world ------------
    javac ./RS2E/World/*.java
    @echo ------------ Compiling main ------------
    javac ./RS2E/*.java
    echo ------------ Compile complete ------------
    pause
    and ur done!
    wtf is wrong with u
    Reply With Quote  
     

  3. #3  
    Registered Member
    Inspired Dreams's Avatar
    Join Date
    Aug 2007
    Posts
    1,129
    Thanks given
    4
    Thanks received
    5
    Rep Power
    151
    Wtf u on about
    Reply With Quote  
     

  4. #4  
    Registered Member
    Shamon King's Avatar
    Join Date
    Aug 2007
    Posts
    3,335
    Thanks given
    90
    Thanks received
    228
    Rep Power
    1363
    use apache ant
    no need for a compiler.bat and a run.bat
    Reply With Quote  
     

  5. #5  
    Legend Rene
    Guest
    Quote Originally Posted by ****** View Post
    wtf is wrong with u
    First time I agree with ****** lol, this fails, you can just change the variable of wich JDK version you use.
    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
  •