Thread: Compile and run (server)

Results 1 to 7 of 7
  1. #1 Compile and run (server) 
    Lolmaster
    Guest
    Hi everyone. Its been a while since I been on and I wanted to know what code should my compile and run be? It doesn't work.

    Here is my compile:
    Code:
    @echo off
    Title Compile
    "C:\Program Files\Java\jdk1.6.0_17\bin\javac.exe" *.java
    pause
    here is my compile error:
    Code:
    javac: file not found: *.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Press any key to continue . . .
    Here is my run:
    Code:
    @echo off
    title Testscape
    "C:\Program Files\Java\jdk1.6.0_17\bin\java.exe" -Xmx500m Server
    pause
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Mar 2007
    Posts
    960
    Thanks given
    64
    Thanks received
    40
    Rep Power
    704
    It doesn't really matter to most people... As long as it works.
    Reply With Quote  
     

  3. #3  
    Lolmaster
    Guest
    Sorry forgot to post it doesn't work.
    Reply With Quote  
     

  4. #4  
    Lolmaster
    Guest
    Can someone please help?
    Reply With Quote  
     

  5. #5  
    Interfacing with your sister

    Streax's Avatar
    Join Date
    Jun 2009
    Posts
    2,311
    Thanks given
    782
    Thanks received
    175
    Rep Power
    229
    Make ur compiler look like this:

    Code:
    @echo off
    TITLE Compiling
    "C:\Program Files\Java\jdk1.6.0_17\bin\javac.exe" -cp . *.java
    pause
    Reply With Quote  
     

  6. #6  
    Lolmaster
    Guest
    I still get the same error. Ty for trying anyways. I think ill try a different server source.
    Reply With Quote  
     

  7. #7  
    Interfacing with your sister

    Streax's Avatar
    Join Date
    Jun 2009
    Posts
    2,311
    Thanks given
    782
    Thanks received
    175
    Rep Power
    229
    but what update of java do u have?

    u might have javac deleted some how
    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
  •