Thread: [PI] Source/Server Compiler

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 [PI] Source/Server Compiler 
    Registered Member
    Join Date
    Mar 2011
    Posts
    37
    Thanks
    0
    Thanked 4 Times in 3 Posts
    Rep Power
    2
    Hello and welcome to my fourth Project Insanity tutorial/snippet here to help you out with your Project Insanity Source/Client.

    What it does: Making the compiler work

    So, let's start!
    Right click the Compiler.bat file and click edit. A notepad file will come up with some code in it, now delete all of that code and then put this in there!
    Code:
    @echo off
    Title Compiler
    "C:\Program Files\Java\jdk1.6.0_**\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
    Now still in Compiler.bat search for
    Code:
    **
    and replace it with your JDK version which you should know what it is, but if you don't go to your C:/ Drive>Program files>Java and you will have about 2 files in there named "Jre6" and "jdk1.6.0_**" What ever them two last numbers are, or where I put the ** just above is your JDK version! For example
    Code:
    jdk1.6.0_22
    I hope you liked my tutorial/snippet.

    Credits - 100% Me
    My Project Insanity Tutorial List

    Reply With Quote  
     

  2. Thankful user:


  3. #2  
    No looking back now.


    Join Date
    May 2010
    Age
    20
    Posts
    3,285
    Thanks
    72
    Thanked 606 Times in 373 Posts
    Rep Power
    488
    awesome, u just explained the easiest thing u could possibly do to a server. i'll be sure to NOT pm you about anything PI related


    "Everybody is a genius. But if you judge a fish by its ability to climb a tree, it will live its whole life believing that it is stupid.” ― Albert Einstein
    Reply With Quote  
     

  4. Thankful user:


  5. #3  
    Developer

    Join Date
    Jun 2009
    Posts
    771
    Thanks
    26
    Thanked 63 Times in 48 Posts
    Rep Power
    11
    Really now? This is pointless.
    You also think that will work on everyones PC, what about 64 Bit? That's clearly for a 32bit.
    Want something done? Private message me, but have something to offer.
    Reply With Quote  
     

  6. #4  
    Registered Member
    Join Date
    Mar 2011
    Posts
    37
    Thanks
    0
    Thanked 4 Times in 3 Posts
    Rep Power
    2
    I made it for 34bit, later I will update it for 64 bit and W7
    My Project Insanity Tutorial List

    Reply With Quote  
     

  7. #5  
    Banned
    Join Date
    Feb 2011
    Age
    16
    Posts
    241
    Thanks
    4
    Thanked 9 Times in 7 Posts
    Rep Power
    0
    guys, hes trying

    thanks anyways
    Reply With Quote  
     

  8. #6  
    Registered Member
    Join Date
    Mar 2011
    Posts
    37
    Thanks
    0
    Thanked 4 Times in 3 Posts
    Rep Power
    2
    Thank you Limewire, and for the 5th time or so, this is simply for new comers so that they are not annoying us all the time, at least I am putting a effort in unlike most of you and just tell them to bugger off!
    My Project Insanity Tutorial List

    Reply With Quote  
     

  9. #7  
    Spread the word: I am awesome


    Join Date
    Jun 2009
    Posts
    2,912
    Thanks
    168
    Thanked 810 Times in 428 Posts
    Rep Power
    449
    Nice thanks for nothing.
    Reply With Quote  
     

  10. #8  
    Registered Member
    Join Date
    Mar 2011
    Posts
    37
    Thanks
    0
    Thanked 4 Times in 3 Posts
    Rep Power
    2
    Don't be such a smart ass....
    My Project Insanity Tutorial List

    Reply With Quote  
     

  11. #9  
    #Detroit | #FFOE
    Tyluur's Avatar
    Join Date
    Jun 2010
    Posts
    2,587
    Thanks
    826
    Thanked 553 Times in 327 Posts
    Rep Power
    45
    Thanks! Now this works with my 34 bit computer, just like you said!
    Reply With Quote  
     

  12. Thankful users:


  13. #10  
    Donator


    Join Date
    Dec 2010
    Posts
    5,360
    Thanks
    644
    Thanked 2,187 Times in 1,162 Posts
    Rep Power
    2256
    Go to like moparscape or runelocus if you're going to share such noob snippets
    Reply With Quote  
     


Page 1 of 2 12 LastLast
Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Help with compiler on Project Insanity source.
    By Kidz K0 in forum Requests
    Replies: 5
    Last Post: 03-04-2011, 04:46 AM
  2. Simple Source 562 RS2HD Compiler
    By cheesesong in forum Requests
    Replies: 1
    Last Post: 03-28-2010, 08:51 PM
  3. Compiler for a Packaged Source
    By Shamon King in forum Help
    Replies: 5
    Last Post: 07-02-2009, 11:49 PM
  4. server compiler help
    By i owns u i in forum Help
    Replies: 7
    Last Post: 03-29-2009, 01:46 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
  •