Thread: Dementhium Compiler

Results 1 to 8 of 8
  1. #1 Dementhium Compiler 
    Registered Member
    Join Date
    Jan 2012
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Am not sure if this is the right section Please move if it isn`t any ways took me a while to figure it out and well am sure some okayish (average noob coder) would be too lazy to do this so anyways heres my own personal compiler i made this should work for all Dementhiums no matter how good you made yours or how you basically leech the whole thing and add little things...


    Instructions:
    Right-Click your compiler and copy it and put the copy of it where you can back it up if it doesn't work (IT SHOULD WORK) then right-click your compiler and click edit and replace all that with the code:
    Code:
    @echo off
    echo TASK: To Compile Files Warning: DO NOT CLOSE TILL COMPLETE MAY TAKE SOME TIME
    "C:/Program Files/Java/jdk1.7.0_02/bin/javac.exe" -d bin -cp lib/*; -sourcepath src src/org/dementhium/*.java src/org/dementhium/net/*.java src/org/dementhium/content/misc/*.java src/org/dementhium/model/*.java src/org/dementhium/model/player/*.java src/org/dementhium/action/*.java src/org/dementhium/cache/*.java src/org/dementhium/content/activity/*.java src/org/dementhium/content/areas/*.java src/org/dementhium/content/clans/*.java src/org/dementhium/content/cutscenes/*.java src/org/dementhium/content/dialogue/*.java src/org/dementhium/content/interfaces/*.java src/org/dementhium/content/minigames/*.java src/org/dementhium/content/misc/*.java src/org/dementhium/content/quests/*.java src/org/dementhium/content/skills/*.java src/org/dementhium/event/*.java src/org/dementhium/identifiers/*.java src/org/dementhium/io/*.java src/org/dementhium/model/*.java src/org/dementhium/mysql/*.java src/org/dementhium/net/*.java src/org/dementhium/task/*.java src/org/dementhium/tickable/*.java src/org/dementhium/tools/*.java src/org/dementhium/util/*.java src/org/dementhium/model/*.java src/org/dementhium/model/combat/*.java src/org/dementhium/model/definition/*.java src/org/dementhium/model/map/*.java src/org/dementhium/model/mask/*.java src/org/dementhium/model/misc/*.java src/org/dementhium/model/npc/*.java src/org/dementhium/model/player/*.java src/org/dementhium/mysql/*.java src/org/dementhium/net/*.java src/org/dementhium/net/codec/*.java src/org/dementhium/net/handler/*.java src/org/dementhium/net/message/*.java src/org/dementhium/net/packethandlers/*.java src/org/dementhium/task/*.java src/org/dementhium/tickable/*.java src/org/dementhium/tools/*.java src/org/dementhium/tools/converters/*.java src/org/dementhium/tools/coordinategrabber/*.java src/org/dementhium/tools/funstuff/*.java src/org/dementhium/tools/test/*.java src/org/dementhium/util/*.java src/org/dementhium/util/math/*.java src/org/dementhium/util/misc/*.java
    echo TASK COMPLETED YOU MAY NOW CLOSE
    pause
    YES its a mess well the reason why you have to do that is because maybe some of you noticed that if you try to add a object and do src/org/dementhium/ it won't do nothing you actually have to type in every folder and do *.java and open all important folders well hope you guys like it...

    If it doesn't work just use your old one i guess

    NOTE: YOU MIGHT HAVE TO EDIT IT A BIT IF YOUR FOLDERS ARE DIFFERENT

    Edit: Oh yeah i forgot in the code you might have to change "PROGRAM FILES" to "Program Files (x86)" depending where your JDK is and also you might need to edit your jdk1.7.0_02 to jdk1.#.0_0# <<Replace the # with your JDK Version
    Last edited by boyjam2; 01-29-2012 at 12:56 AM. Reason: Added the little bit in EDIT
    Reply With Quote  
     

  2. #2  
    Registered Member
    IngeniousPentaSquid's Avatar
    Join Date
    Jun 2011
    Age
    28
    Posts
    993
    Thanks given
    47
    Thanks received
    140
    Rep Power
    79
    Why would you need a compiler, whne you have eclipse at your fingertips?
    ©®
    Reply With Quote  
     

  3. #3  
    Registered Member Cried Upon's Avatar
    Join Date
    May 2011
    Posts
    769
    Thanks given
    32
    Thanks received
    45
    Rep Power
    0
    Quote Originally Posted by visser View Post
    Why would you need a compiler, whne you have eclipse at your fingertips?
    mate its been awhile sense ive worked with the higher revisions but when compiling with eclipse i forgot what to put in: "program arguments:" when compiling my source... got any idea?
    Reply With Quote  
     

  4. #4  
    Gfx/Coder


    Join Date
    Dec 2008
    Posts
    1,965
    Thanks given
    38
    Thanks received
    48
    Rep Power
    320
    Quote Originally Posted by Cried Upon View Post
    mate its been awhile sense ive worked with the higher revisions but when compiling with eclipse i forgot what to put in: "program arguments:" when compiling my source... got any idea?
    should compile by itself
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jan 2012
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by visser View Post
    Why would you need a compiler, whne you have eclipse at your fingertips?
    What do you mean eclipse is just the client, my dementhium is TorvaPKv4 edited, thats why you need a compiler...
    Reply With Quote  
     

  6. #6  
    Extreme Donator
    booher's Avatar
    Join Date
    Jul 2007
    Age
    30
    Posts
    461
    Thanks given
    2
    Thanks received
    20
    Rep Power
    46
    Eclipse is an ide bro.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jan 2012
    Posts
    11
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    Quote Originally Posted by booher View Post
    Eclipse is an ide bro.
    Okay your talking about the ide not the client/server okay its just that i dont't know how to use a ide but its okay. am not interested in learning either i just got netbeans like 2 days ago can't find it useful currently working on basic summoning (Shops, obliesks, interface, etc.)
    Reply With Quote  
     

  8. #8  
    Extreme Donator
    booher's Avatar
    Join Date
    Jul 2007
    Age
    30
    Posts
    461
    Thanks given
    2
    Thanks received
    20
    Rep Power
    46
    Uhm. you type in your code then click run. can't get much simpler than that...
    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. Replies: 4
    Last Post: 01-08-2012, 06:44 PM
  2. Compiler dementhium 614/634
    By international in forum Help
    Replies: 11
    Last Post: 08-24-2011, 03:42 AM
  3. [614] Dementhium Compiler OMG
    By Ddz Spez in forum Help
    Replies: 9
    Last Post: 07-01-2011, 01:42 PM
  4. Dementhium Compiler (Full Compiler)
    By Affliction in forum Snippets
    Replies: 10
    Last Post: 05-16-2011, 05:29 AM
  5. Dementhium 614 Source Compiler
    By artist in forum Help
    Replies: 2
    Last Post: 05-14-2011, 01:52 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
  •