Thread: Emulous compiler help!

Results 1 to 4 of 4
  1. #1 Emulous compiler help! 
    Registered Member noi172's Avatar
    Join Date
    Jul 2008
    Posts
    189
    Thanks given
    2
    Thanks received
    0
    Rep Power
    68
    Alright so yeah... Im running a emulous source, but the problem is I cant change it because compiler doesn't work!!
    Code:
    'JAVAC' is not recognized as an internal or external command,
    operable program or batch file.
    Press any key to continue . . .



    Reply With Quote  
     

  2. #2  
    Registered Member Hexagon's Avatar
    Join Date
    May 2008
    Posts
    672
    Thanks given
    28
    Thanks received
    18
    Rep Power
    33
    lol just change the path to javac.exe
    Reply With Quote  
     

  3. #3  
    Registered Member noi172's Avatar
    Join Date
    Jul 2008
    Posts
    189
    Thanks given
    2
    Thanks received
    0
    Rep Power
    68
    heres whole compiler i edit it to wat u said: @echo off
    COLOR F4
    title Compiler
    javac.exe -d ./bin ./Server/*.java
    pause
    cls
    Compiler.bat
    pause


    But heres it again:

    'javac.exe' is not recognized as an internal or external command,
    operable program or batch file.
    Press any key to continue . . .

    ---------- Post added at 06:54 PM ---------- Previous post was at 06:44 PM ----------

    please help



    Reply With Quote  
     

  4. #4  
    Bl4k3
    Guest
    Quote Originally Posted by noi172 View Post
    heres whole compiler i edit it to wat u said: @echo off
    COLOR F4
    title Compiler
    javac.exe -d ./bin ./Server/*.java
    pause
    cls
    Compiler.bat
    pause


    But heres it again:

    'javac.exe' is not recognized as an internal or external command,
    operable program or batch file.
    Press any key to continue . . .

    ---------- Post added at 06:54 PM ---------- Previous post was at 06:44 PM ----------

    please help
    I had the same problem, Heres my emulous compiler:
    Code:
    @echo off
    COLOR F4
    title Compiler
    "C:\Program Files\Java\jdk1.6.0_11\bin\JAVAC"  -d ./bin ./Server/*.java
    pause
    cls
    Compiler.bat
    pause
    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
  •