Thread: compiler help

Results 1 to 7 of 7
  1. #1 compiler help 
    Banned x eddie x's Avatar
    Join Date
    Feb 2011
    Posts
    528
    Thanks given
    17
    Thanks received
    7
    Rep Power
    0
    @echo off
    Title Compiler
    "C:\Program Files\Java\jdk1.6.0_23\bin\javac.exe" *.java
    pause


    @echo off
    Title Compiler
    "C:\Program Files (x86)\Java\jdk1.6.0_23\bin\javac.exe" *.java
    pause


    both dont work got right jdk..
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Oct 2010
    Posts
    1,730
    Thanks given
    56
    Thanks received
    97
    Rep Power
    0
    @echo off
    title COMPILING CLIENT..
    :build
    cls
    "C:\Program Files\Java\jdk1.6.0_23\bin\javac.exe" -d ./Files/ Java/*.java Java/sign/*.java
    pause


    thats mine
    Reply With Quote  
     

  3. #3  
    Banned x eddie x's Avatar
    Join Date
    Feb 2011
    Posts
    528
    Thanks given
    17
    Thanks received
    7
    Rep Power
    0
    says java not found and java.a and stuff..
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Oct 2010
    Posts
    1,730
    Thanks given
    56
    Thanks received
    97
    Rep Power
    0
    replace it with your java location
    Reply With Quote  
     

  5. #5  
    Banned x eddie x's Avatar
    Join Date
    Feb 2011
    Posts
    528
    Thanks given
    17
    Thanks received
    7
    Rep Power
    0
    like what u mean i tried
    Reply With Quote  
     

  6. #6  
    Banned x eddie x's Avatar
    Join Date
    Feb 2011
    Posts
    528
    Thanks given
    17
    Thanks received
    7
    Rep Power
    0
    anyone
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    Oct 2010
    Age
    29
    Posts
    1,886
    Thanks given
    446
    Thanks received
    523
    Rep Power
    0
    This is 64bit

    @echo off
    Title Compiler
    "C:\Program Files (x86)\Java\jre6\bin\java.exe" *.java
    pause

    This is 32bit

    @echo off
    Title Compiler
    "C:\Program Files\Java\jre6\bin\java.exe" *.java
    pause


    Should work.
    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. Help with compiler
    By kyle? in forum Help
    Replies: 2
    Last Post: 03-08-2010, 11:17 PM
  2. I need help. Compiler
    By fewman23 in forum Help
    Replies: 6
    Last Post: 02-09-2010, 01:35 AM
  3. Compiler Help
    By VeRoCo in forum Help
    Replies: 3
    Last Post: 02-02-2010, 10:49 AM
  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
  •