|||,,,,..RSPS Compiling Guide,,,,..|||

Discussion in 'RuneScape Miscellaneous' started by Pwn0r, Aug 13, 2009.

|||,,,,..RSPS Compiling Guide,,,,..|||
  1. Unread #1 - Aug 13, 2009 at 1:14 PM
  2. Pwn0r
    Joined:
    Jul 17, 2009
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0

    Pwn0r Newcomer

    |||,,,,..RSPS Compiling Guide,,,,..|||

    For those of you who do not know how to compile your server, (which most of you do), Here is a guide on how to Compile your server.

    First off, What does "Compile" Mean? Compiling is when you change something in client.java. Client.java is the java code which is based off your server. If you change something in client.java, and save it without compiling, You won't be able to run your server.

    1. Download The Latest version of Jdk: http://java.sun.com/javase/downloads/index.jsp

    2. Select "JDK 6 Update 14", and Download It.


    3. Once its all downloaded, Open up notepad. Copy and paste this Code:

    Code:
    @echo off
    COLOR 02
    title Runescape Private Server Compiler- Pwn0r
    "C:\Program Files\Java\jdk1.6.0_14\bin\javac.exe" -cp . *.java
    pause
    4. Good, Now save it as "Compile.bat".

    5. Open up your private server source.
    Click "Client.java" Then Press "CTRL + F" and Search For.. Welcome to (Your Runescape Server). Replace it with your new server name, and Keep searching for the private server and replacing it with a new name. (You Can Add Staff Lists, Syntax'es, Summoning, ::pickup, later.)

    6. Now that you have done that, click "compile.bat" Note that it should be in your source's file, so it will compile all java files.

    7. Wait a moment, and when it says "press a key to continue", you server has been compiled.

    ==========================================================
    You Now can run your server, and it has b33n c0mp1l3d!!! =D

    **PwNoR**
     
  3. Unread #2 - Aug 16, 2009 at 11:39 AM
  4. z508NewRelease
    Joined:
    Aug 15, 2009
    Posts:
    5
    Referrals:
    0
    Sythe Gold:
    0

    z508NewRelease Newcomer

    |||,,,,..RSPS Compiling Guide,,,,..|||

    im Still getting "system cannot find path...."


    I downloaded newest version... PLEASE HELP ME!
     
  5. Unread #3 - Nov 1, 2009 at 3:43 PM
  6. grim_raper
    Joined:
    Nov 1, 2009
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    grim_raper Newcomer

    |||,,,,..RSPS Compiling Guide,,,,..|||

    when i try to compile my server it says
    "Note: stream.java uses or overrides a deprecated API.
    Note: Recompile with -Xlint:deprecation for details"
    can u please help me, im not sure on wat to do wen it says that.
     
  7. Unread #4 - Mar 20, 2010 at 12:19 PM
  8. peekemans
    Joined:
    Jan 5, 2010
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0

    peekemans Newcomer

    |||,,,,..RSPS Compiling Guide,,,,..|||

    @ grim_raper

    these are just notes
    its compiled succesful
     
  9. Unread #5 - Mar 21, 2010 at 11:10 AM
  10. Pwn0r
    Joined:
    Jul 17, 2009
    Posts:
    11
    Referrals:
    0
    Sythe Gold:
    0

    Pwn0r Newcomer

    |||,,,,..RSPS Compiling Guide,,,,..|||

    Well, you have to set the path. So go to your environmental variables, and click new, and type the variable: "CLASSPATH", then type the path of your JDK Version up to \bin, then after bin it should say, "%CLASSPATH%;" and try to compile then.
     
  11. Unread #6 - May 10, 2010 at 10:51 PM
  12. venka
    Joined:
    May 10, 2010
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    venka Newcomer

    |||,,,,..RSPS Compiling Guide,,,,..|||

    hey dude i did all the steps and i did the classpath thing and it still doesn't work the compile so can you plz help me with it plz pm me or post another post ty o_O
     
  13. Unread #7 - Sep 24, 2011 at 12:10 PM
  14. dubby
    Joined:
    Sep 24, 2011
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    dubby Newcomer

    |||,,,,..RSPS Compiling Guide,,,,..|||

    Well when i enter this and try to make the compiler i get this error:

    [​IMG]

    Could you please help me with this?
     
  15. Unread #8 - Sep 26, 2011 at 12:35 PM
  16. Rabo Bank
    Joined:
    Sep 25, 2011
    Posts:
    440
    Referrals:
    0
    Sythe Gold:
    0

    Rabo Bank Forum Addict
    Banned

    |||,,,,..RSPS Compiling Guide,,,,..|||

    I get the some error as him ^. If you have the answer, please pm me!
     
  17. Unread #9 - Sep 26, 2011 at 7:12 PM
  18. ForumAddict#1
    Joined:
    Aug 1, 2011
    Posts:
    209
    Referrals:
    0
    Sythe Gold:
    0

    ForumAddict#1 Active Member
    Banned

    |||,,,,..RSPS Compiling Guide,,,,..|||

    1. Why the fuck would you post a tutorial on this.. :facepalm:
    2. How the fuck are people so stupid?

    And actually this is what you need kind off.. but most people who don't know about compliers will just leech a server anyways and wont need to make there own..

    Code:
    @echo off
    "C:\Program Files\Java\jdk1.6.0_27\bin\javac.exe" -classpath deps/log4j-1.2.15.jar;deps/jython.jar;deps/xstream.jar;deps/mina.jar;deps/mysql.jar;deps/poi.jar;deps/slf4j.jar;deps/slf4j-nop.jar -d bin src\server\event\*.java src\server\model\items\*.java src\server\model\minigames\*.java src\server\model\npcs\*.java src\server\model\objects\*.java src\server\model\players\*.java src\server\model\players\skills\*.java src\server\model\players\packets\*.java src\server\model\shops\*.java src\server\net\*.java src\server\task\*.java src\server\util\*.java src\server\world\*.java src\server\util\log\*.java src\server\*.java src\server\world\map\*.java
    pause

    This is for your client.. with your current version of java..
    Code:
    @echo off
    Title Compiler
    "C:\Program Files\Java\jdk1.6.0_27\bin\javac.exe" *.java
    pause
     
  19. Unread #10 - Oct 30, 2011 at 1:27 PM
  20. Zma Vitamin
    Joined:
    Oct 30, 2011
    Posts:
    235
    Referrals:
    0
    Sythe Gold:
    0

    Zma Vitamin Active Member
    Banned

    |||,,,,..RSPS Compiling Guide,,,,..|||

    I dont know how to fix this error, nothing worked yet, and i got the same error as rabo bank.
     
  21. Unread #11 - Oct 19, 2012 at 12:54 AM
  22. Russian
    Joined:
    Oct 18, 2012
    Posts:
    4
    Referrals:
    0
    Sythe Gold:
    0

    Russian Newcomer

    |||,,,,..RSPS Compiling Guide,,,,..|||

    src\server\Server.java:15: error: cannot find symbol
    import server.model.objects.DoubleDoors;
    ^
    symbol: class DoubleDoors
    location: package server.model.objects
    src\server\model\objects\Doors.java:66: error: cannot find symbol
    if (DoubleDoors.getSingleton().handleDoor(id, x, y, z))
    {
    ^
    symbol: variable DoubleDoors
    location: class Doors
    src\server\Server.java:153: error: cannot find symbol
    DoubleDoors.getSingleton().load();
    ^
    symbol: variable DoubleDoors
    location: class Server
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    3 errors
    Press any key to continue . . .
     
  23. Unread #12 - Oct 20, 2012 at 2:49 PM
  24. bottingvps
    Joined:
    Oct 5, 2012
    Posts:
    147
    Referrals:
    0
    Sythe Gold:
    0

    bottingvps Active Member
    Banned

    |||,,,,..RSPS Compiling Guide,,,,..|||

    If i can give you an advice.. Learn a Programming language, like Java.. As people become skilled programmers it'll be faster to compile and fix bugs..
     
  25. Unread #13 - Dec 24, 2012 at 6:44 PM
  26. Pvm Micro
    Joined:
    Dec 24, 2012
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    Pvm Micro Newcomer

    |||,,,,..RSPS Compiling Guide,,,,..|||

    Sorry to bump if this is old, but for people that need to know how to fix this error.

    This error is basically telling you that you do not have a source. Probably because you havn't downloaded it yet. Just get the source that came with the client and you should be fine :laugh:
     
  27. Unread #14 - Dec 26, 2012 at 11:17 PM
  28. calmer
    Joined:
    Oct 26, 2012
    Posts:
    77
    Referrals:
    0
    Sythe Gold:
    0

    calmer Member

    |||,,,,..RSPS Compiling Guide,,,,..|||

    wow this is a nice guide thanks
     
  29. Unread #15 - Feb 25, 2013 at 4:17 AM
  30. Mr Josh
    Joined:
    Feb 25, 2013
    Posts:
    38
    Referrals:
    0
    Sythe Gold:
    0

    Mr Josh Member
    Banned

    |||,,,,..RSPS Compiling Guide,,,,..|||

    I get this error and i honestly don't think it's something to do with the compiling code cause I've tried many of them and ain't nothing working so if you know how to fix please add me on Skype That_Lvl_3

    ~Yours Truly, Josh.
    [​IMG]
     
  31. Unread #16 - Feb 25, 2013 at 9:17 PM
  32. Z_Static
    Joined:
    Feb 25, 2013
    Posts:
    47
    Referrals:
    0
    Sythe Gold:
    0

    Z_Static Member
    Banned

    |||,,,,..RSPS Compiling Guide,,,,..|||

    Check to see if you set your environmental variables correctly.
     
  33. Unread #17 - Jul 27, 2013 at 10:06 PM
  34. 1iplayrs
    Joined:
    Jul 23, 2013
    Posts:
    3
    Referrals:
    0
    Sythe Gold:
    0

    1iplayrs Newcomer

    |||,,,,..RSPS Compiling Guide,,,,..|||

    Same as Them, This is what should be in my Client right?

    @echo off
    COLOR 02
    title Runescape Private Server Compiler- Pwn0r
    "C:\Program Files\Java\jdk1.6.0_14\bin\javac.exe" -cp . *.java
    pause

    I'm not using The newest version Of JDK and i've it setup as CLASSPATH and it looks right, i'm not sure though :( My source is downloaded and stuff but its not in the same folder, does it need to be? one is on desktop and one in My documents :L

    -Thanks, Troy :)

    Screenshots Help (I used Hyperion Edit V4 for my Server/Source) and i used 525 HD client as my client)
     
  35. Unread #18 - Dec 28, 2015 at 10:31 PM
  36. dmdarkdragon14
    Joined:
    Dec 28, 2015
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0

    dmdarkdragon14 Newcomer

    |||,,,,..RSPS Compiling Guide,,,,..|||

    this is the line i use and works for me
     
< ============================= DDoS ATTACK ALERT =================================== | Agaroth317 GE Gambling 24 skills 18 Bosses Boss pets Economy >

Users viewing this thread
1 guest


 
 
Adblock breaks this site