Thread: compiler wont work please help!

Results 1 to 3 of 3
  1. #1 compiler wont work please help! 
    ( ͡° ͜ʖ ͡°)

    Magic's Avatar
    Join Date
    Mar 2009
    Age
    25
    Posts
    1,462
    Thanks given
    111
    Thanks received
    184
    Rep Power
    79
    my compiler says the same thing over and over again no matter what i try i need some on who can fix it here is what it says.
    Code:
    error: cannot read: *.java
    1 error
    press any key to continue
    here is what i am using in my compiler.

    Code:
    @echo off
    TITLE Compiling
    "C:\Program Files\Java\jdk1.5.0_15\bin\javac.exe" -cp . *.java
    pause
    i am currently using jdk 5 update 15
    Quote Originally Posted by MaxXi View Post
    Your combat is so awsome that i almost forgot its the combat matrix coded.
    Quote Originally Posted by twobrosplay View Post
    Try allowing the batch file through your firewall?
    Quote Originally Posted by SS_Alophonse View Post
    i have no life u say ha anything u say kid.i doubt u can even get a girlfriend
    i bet u cant even code anything.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Sep 2008
    Posts
    258
    Thanks given
    0
    Thanks received
    2
    Rep Power
    0
    Try
    Code:
    @echo off
    title Compiler
    "C:\Program Files\Java\jdk1.6.0_15\bin\javac.exe"  -d ./bin ./server/*.java
    pause
    cls
    Compiler.bat
    pause
    or
    Code:
    @echo off
    COLOR F4
    title Compiler
    "C:/Program Files/Java\jdk1.6.0_15/bin/javac.exe"  -d ./bin ./*.java
    pause
    cls
    Compiler.bat
    pause
    Reply With Quote  
     

  3. #3  
    ( ͡° ͜ʖ ͡°)

    Magic's Avatar
    Join Date
    Mar 2009
    Age
    25
    Posts
    1,462
    Thanks given
    111
    Thanks received
    184
    Rep Power
    79
    thanks but it wont work i finally got it to work after getting a different jdk
    Quote Originally Posted by MaxXi View Post
    Your combat is so awsome that i almost forgot its the combat matrix coded.
    Quote Originally Posted by twobrosplay View Post
    Try allowing the batch file through your firewall?
    Quote Originally Posted by SS_Alophonse View Post
    i have no life u say ha anything u say kid.i doubt u can even get a girlfriend
    i bet u cant even code anything.
    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
  •