Thread: javac++ - The ultimate Java compiling utility

Page 1 of 5 123 ... LastLast
Results 1 to 10 of 41
  1. #1 javac++ - The ultimate Java compiling utility 
    brb ridin da storm

    blakeman8192's Avatar
    Join Date
    Dec 2012
    Age
    31
    Posts
    2,012
    Thanks given
    818
    Thanks received
    1,361
    Rep Power
    329
    What is javac++?
    javac++ is a program I wrote in Java that makes your life far easier for compiling Java source code. javac++ will compile packaged servers, and will take into account external library jar files.

    No JDK Required
    javac++ allows you to compile Java files without needing the Java Development Kit (JDK) installed on your computer, and it doesn't require that you set any environment variables. It "just works".

    An example:
    To compile Hyperion (Graham's server, which is packaged), you would simply make a bat file with the following code:
    Code:
    @echo off
    java -jar javac++.jar src lib bin
    pause
    This code runs javac++ and tells it to compile source files from the "src" directory, to use the "lib" directory for external libraries, and to produce all output into the "bin" directory.
    javac++ will take care of the rest.

    How to compile winterlove based servers with javac++
    Make a bat file, and put the following code in:
    Code:
    @echo off
    java -jar javac++.jar ./ ./ ./
    pause
    Source code v1.0: http://pastebin.com/BSx84iYG
    Download v1.0: http://**********/v/AS05HUUS

    Have fun guys.
    rest in peace Qemist, Izzy, Colton, TeChNo PuNk, Impulser, & bootnecklad
    Reply With Quote  
     

  2. Thankful users:


  3. #2  
    Registered Member Moofens's Avatar
    Join Date
    Jul 2009
    Posts
    445
    Thanks given
    23
    Thanks received
    12
    Rep Power
    31
    pronounced "javac plus plus" or "java c plus plus"
    Reply With Quote  
     

  4. #3  
    Banned

    Join Date
    Jul 2009
    Posts
    915
    Thanks given
    1
    Thanks received
    10
    Rep Power
    0
    Wow this is cool...

    good job mr. software developer.
    Reply With Quote  
     

  5. #4  
    brb ridin da storm

    blakeman8192's Avatar
    Join Date
    Dec 2012
    Age
    31
    Posts
    2,012
    Thanks given
    818
    Thanks received
    1,361
    Rep Power
    329
    Quote Originally Posted by Moofens View Post
    pronounced "javac plus plus" or "java c plus plus"
    Well, "javac" is the Java Compiler, and this is one step up from the standard javac.
    I'm not even sure how javac is pronounced, so you can pronounce it however you want to.
    rest in peace Qemist, Izzy, Colton, TeChNo PuNk, Impulser, & bootnecklad
    Reply With Quote  
     

  6. #5  
    Retired. Stop PMing me.


    Galkon's Avatar
    Join Date
    Nov 2007
    Age
    17
    Posts
    7,526
    Thanks given
    1,805
    Thanks received
    2,830
    Rep Power
    5000
    Stickied great work Blake.
    Attached image
    Reply With Quote  
     

  7. Thankful users:


  8. #6  
    fumant viriditas quotidiana

    saifix's Avatar
    Join Date
    Feb 2009
    Age
    30
    Posts
    1,237
    Thanks given
    275
    Thanks received
    957
    Rep Power
    3304
    Looks like a nifty little tool. I'd still prefer to use Ant though, but it's great for the morons who can't set the classpath.
    "Im so bluezd out of my box.
    Im so fkd i canr even sens makeas Smoke blunt 420hash e tizday" - A legendary guy (1993 - 2015)
    Quote Originally Posted by nmopal View Post
    I will be creating a grimy dubstep song using these lyrics and vocaloid please prepare your bodies
    Reply With Quote  
     

  9. #7  
    Registered Member
    Join Date
    Feb 2008
    Posts
    2,084
    Thanks given
    1,908
    Thanks received
    1,053
    Rep Power
    5000
    I was the first to know!

    Yet again, you've released sex.

    Reply With Quote  
     

  10. #8  
    Banned
    Join Date
    Apr 2010
    Posts
    12
    Thanks given
    0
    Thanks received
    1
    Rep Power
    0
    Deprecated as of java 6, use http://java.sun.com/javase/6/docs/ap...aCompiler.html instead.
    Reply With Quote  
     

  11. #9  
    Banned

    Join Date
    Jan 2008
    Posts
    1,778
    Thanks given
    0
    Thanks received
    7
    Rep Power
    0
    Good job,

    Eclipse all the way
    Reply With Quote  
     

  12. #10  
    Super Donator


    Join Date
    Sep 2008
    Age
    30
    Posts
    1,894
    Thanks given
    677
    Thanks received
    776
    Rep Power
    456
    awesome, using.
    Reply With Quote  
     

Page 1 of 5 123 ... LastLast

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
  •