Thread: Wtf Compiler?

Results 1 to 9 of 9
  1. #1 Wtf Compiler? 
    I are Bak

    Join Date
    Jan 2007
    Age
    29
    Posts
    150
    Thanks given
    0
    Thanks received
    0
    Rep Power
    15
    This is what happens when I try to compile,
    Code:
    javac: file not found: server\*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Finished
    Press any key to continue . . .
    This is my compiler:
    Code:
    @echo off
    Title Build
    "C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -classpath . -d bin server\*.java
    echo Finished
    pause
    Rep++ for help. Kthx

    ..::NEWEST::..

    Reply With Quote  
     

  2. #2  
     

    Vastiko's Avatar
    Join Date
    Dec 2006
    Posts
    5,700
    Thanks given
    300
    Thanks received
    663
    Rep Power
    5000
    You on 64bit windows?
    Reply With Quote  
     

  3. #3  
    Banned
    Join Date
    Feb 2009
    Age
    29
    Posts
    273
    Thanks given
    4
    Thanks received
    4
    Rep Power
    0
    Well if it says finished, i think it works?
    Reply With Quote  
     

  4. #4  
    I are Bak

    Join Date
    Jan 2007
    Age
    29
    Posts
    150
    Thanks given
    0
    Thanks received
    0
    Rep Power
    15
    Quote Originally Posted by Michael View Post
    You on 64bit windows?
    Yes sir, 64 bit Windows 7

    ..::NEWEST::..

    Reply With Quote  
     

  5. #5  
     

    Vastiko's Avatar
    Join Date
    Dec 2006
    Posts
    5,700
    Thanks given
    300
    Thanks received
    663
    Rep Power
    5000
    You got java x86 installed?
    Reply With Quote  
     

  6. #6  
    I are Bak

    Join Date
    Jan 2007
    Age
    29
    Posts
    150
    Thanks given
    0
    Thanks received
    0
    Rep Power
    15
    not quite sure. I will download it really quick and see if it does anything different

    Do you have a DL link for it?

    ..::NEWEST::..

    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Jul 2009
    Posts
    187
    Thanks given
    70
    Thanks received
    9
    Rep Power
    212
    I'm on 64bit also. Try this

    Code:
    @echo off
    TITLE Compiling
    cd server
    "C:\Program Files (x86)\Java\jdk1.6.0_20\bin\javac.exe" -cp . *.java
    pause
    Spoiler for Scu is funny:




    Reply With Quote  
     

  8. #8  
    I are Bak

    Join Date
    Jan 2007
    Age
    29
    Posts
    150
    Thanks given
    0
    Thanks received
    0
    Rep Power
    15
    didn't do anything Posed,

    ..::NEWEST::..

    Reply With Quote  
     

  9. #9  
    Xenon
    Guest
    64-Bit computers have 32-bit program files? Makes no sense to me. x86 = 32-bit.
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •