Thread: compiler | rep++

Results 1 to 8 of 8
  1. #1 compiler | rep++ 
    Banned
    Join Date
    Aug 2011
    Posts
    127
    Thanks given
    3
    Thanks received
    8
    Rep Power
    0
    Who wanna make me a compiler... I don't know this shit to save my life..
    REP++

    Here is my path/client

    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Aug 2011
    Posts
    127
    Thanks given
    3
    Thanks received
    8
    Rep Power
    0
    Only bump im doing
    Reply With Quote  
     

  3. #3  
    Extreme Donator


    Join Date
    Feb 2009
    Posts
    361
    Thanks given
    53
    Thanks received
    85
    Rep Power
    177
    Just a try..

    Code:
    @echo off
    "C:\Program Files\Java\jdk1.7.0\bin\javac.exe" -sourcepath Java Java\*.java Java\sign\*.java -d bin
    pause
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Aug 2011
    Posts
    127
    Thanks given
    3
    Thanks received
    8
    Rep Power
    0
    Code:
    javac: directory not found: bin
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Press any key to continue . . .
    This is what I get with your code :x
    Reply With Quote  
     

  5. #5  
    Extreme Donator


    Join Date
    Feb 2009
    Posts
    361
    Thanks given
    53
    Thanks received
    85
    Rep Power
    177
    My bad, try this.

    Code:
    @echo off
    "C:\Program Files\Java\jdk1.7.0\bin\javac.exe" -sourcepath Java Java\*.java
    pause
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Aug 2011
    Posts
    127
    Thanks given
    3
    Thanks received
    8
    Rep Power
    0
    There the same
    lol
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Sep 2010
    Posts
    849
    Thanks given
    156
    Thanks received
    118
    Rep Power
    0
    Quote Originally Posted by 'Curiosity View Post
    There the same
    lol
    You have to make a src folder then move the Java folder in there.
    Reply With Quote  
     

  8. #8  
    Banned
    Join Date
    Aug 2011
    Posts
    127
    Thanks given
    3
    Thanks received
    8
    Rep Power
    0
    Close
    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. Dementhium Compiler (Full Compiler)
    By Affliction in forum Snippets
    Replies: 10
    Last Post: 05-16-2011, 05:29 AM
  2. Compiler.bat
    By [Mash] in forum Help
    Replies: 2
    Last Post: 07-20-2010, 12:18 PM
  3. 474 compiler...
    By itz dreezer in forum Help
    Replies: 3
    Last Post: 07-18-2010, 06:56 PM
  4. [Compiler] My Very Simple Compiler :)
    By xx Promises xx in forum Snippets
    Replies: 6
    Last Post: 01-20-2010, 10:42 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
  •