Thread: Error When Trying To Run Server

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1 Error When Trying To Run Server 
    Chris123111's Avatar
    Join Date
    Dec 2007
    Age
    27
    Posts
    162
    Thanks given
    0
    Thanks received
    0
    Rep Power
    49
    [Only registered and activated users can see links. ]
    [Only registered and activated users can see links. ]


    Ugg, i'm guessing this means I have a bad version of java? But i downloaded JDk 6 update 11 yesterday. ^.-


    THIS IS WHAT IT SAYS WHEN I COMPILE.


    Code:
    javac: file not found: *.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Finished!
    Press any key to continue . . .
     

  2. #2  
    Ben
    Guest
    You have to compile your server first.
     

  3. #3  
    Chris123111's Avatar
    Join Date
    Dec 2007
    Age
    27
    Posts
    162
    Thanks given
    0
    Thanks received
    0
    Rep Power
    49
    Har Har Har, I already compiled it and it still doesn't work.
     

  4. #4  
    Donator

    Aeronix's Avatar
    Join Date
    Sep 2008
    Posts
    435
    Thanks given
    2
    Thanks received
    8
    Rep Power
    134
    Check the file names. It has to be a .java .
     

  5. #5  
    Chris123111's Avatar
    Join Date
    Dec 2007
    Age
    27
    Posts
    162
    Thanks given
    0
    Thanks received
    0
    Rep Power
    49
    They're Java Class Files.

    under it it says "java class file" lol.
     

  6. #6  
    IvA V1n
    Guest
    Compilers only compile java files do you would need a decompiler to decompile those class files in java files, and no I don't have one
     

  7. #7  
    Chris123111's Avatar
    Join Date
    Dec 2007
    Age
    27
    Posts
    162
    Thanks given
    0
    Thanks received
    0
    Rep Power
    49
    I have the .java files though, so i don't need a decompiler. I have both java files and java class files. i'm using blood-pkz source.
     

  8. #8  
    hmu

    Jakey's Avatar
    Join Date
    Sep 2007
    Age
    31
    Posts
    6,489
    Thanks given
    109
    Thanks received
    277
    Rep Power
    1218
    Right click compiler, click edit then delete everything and replace it with this.

    @echo off
    title Compiler
    javac -d ./classes ./*.java
    pause
    After that try if you still get a java error download the latest java updates.
    to contact me, PM me on rune-server.
     

  9. #9  
    Chris123111's Avatar
    Join Date
    Dec 2007
    Age
    27
    Posts
    162
    Thanks given
    0
    Thanks received
    0
    Rep Power
    49
    I still get it and this is what the compiler says

    Code:
    javac: file not found: .\*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Press any key to continue . . .
    I'll download the latest java then tell you what i get.

    Code:
    Verified Java Version
    Congratulations!
    You have the recommended Java installed (Version 6 Update 11).
    
    If you want to download Java for another computer or Operating System, see all Java downloads here.
    
    For updates on Java and Java-enabled applications (desktop and mobile),please sign up for the java.com newsletter.

    Should I download the latest JDK?...


    I DOWNLOADED IT AND IT DIDN'T HELP.
    Last edited by Chris123111; 01-25-2009 at 05:28 AM. Reason: Double posting is not allowed!
     

  10. #10  
    hmu

    Jakey's Avatar
    Join Date
    Sep 2007
    Age
    31
    Posts
    6,489
    Thanks given
    109
    Thanks received
    277
    Rep Power
    1218
    Yeah try download the latest jre and jdk
    to contact me, PM me on rune-server.
     

Page 1 of 2 12 LastLast

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
  •