Thread: compile on emulous

Results 1 to 7 of 7
  1. #1 compile on emulous 
    Banned

    Join Date
    May 2007
    Posts
    2,175
    Thanks given
    558
    Thanks received
    261
    Rep Power
    0
    JAVAC wordt niet herkend als een interne
    of externe opdracht, programma of batchbestand.
    Druk op een toets om door te gaan. .
    .

    that is the error i get its dutch but i think you guys know what it says.

    if you know how to fix please help me

    thanks
    Reply With Quote  
     

  2. #2  
    Donator
    Nightleaf's Avatar
    Join Date
    Apr 2008
    Posts
    440
    Thanks given
    7
    Thanks received
    18
    Rep Power
    75
    What version of JDK do you have?

    My compiler
    Code:
    @echo off
    COLOR F4
    title Compiler
    "C:\Program Files\Java\jdk1.6.0_12\bin\javac.exe"  -d ./bin ./Server/*.java
    pause
    cls
    Compiler.bat
    pause
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    May 2007
    Posts
    2,175
    Thanks given
    558
    Thanks received
    261
    Rep Power
    0
    the lates 1 jdk 6u12
    Reply With Quote  
     

  4. #4  
    You're My Favourite!

    Join Date
    Aug 2007
    Posts
    1,282
    Thanks given
    485
    Thanks received
    72
    Rep Power
    1397
    translation in english:
    Code:
    'JAVAC' is not recognized as an internal or external command,
    operable program or batch file.
    Press any key to continue . . .
    thats weird well idk much about that kind of stuff..




    With Love, Bot.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    May 2007
    Posts
    2,175
    Thanks given
    558
    Thanks received
    261
    Rep Power
    0
    night w00t thankx!

    strik3 nights work
    Reply With Quote  
     

  6. #6  
    Donator
    Nightleaf's Avatar
    Join Date
    Apr 2008
    Posts
    440
    Thanks given
    7
    Thanks received
    18
    Rep Power
    75
    Quote Originally Posted by Strik3 View Post
    translation in english:
    Code:
    'JAVAC' is not recognized as an internal or external command,
    operable program or batch file.
    Press any key to continue . . .
    and 4 u its not my jdk its 6u12.. i got same problem
    and i really dont think its his jdk

    Use my compiler then if you have 6 update 12

    Code:
    @echo off
    COLOR F4
    title Compiler
    "C:\Program Files\Java\jdk1.6.0_12\bin\javac.exe"  -d ./bin ./Server/*.java
    pause
    cls
    Compiler.bat
    pause
    What i changed was JAVAC to "C:\Program Files\Java\jdk1.6.0_12\bin\javac.exe"


    Hope it works for you


    Quote Originally Posted by davevanbochove View Post
    night w00t thankx!

    strik3 nights work
    No problem..
    Reply With Quote  
     

  7. #7  
    Banned

    Join Date
    May 2007
    Posts
    2,175
    Thanks given
    558
    Thanks received
    261
    Rep Power
    0
    night it worked thank you very much
    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
  •