Thread: run error

Page 1 of 3 123 LastLast
Results 1 to 10 of 24
  1. #1 run error 
    Officially Running

    Mr Dream's Avatar
    Join Date
    Dec 2013
    Posts
    1,922
    Thanks given
    555
    Thanks received
    295
    Rep Power
    905
    Code:
    Exception in thread "main" java.lang.Error: Unresolved compilation problems:
            Syntax error, annotations are only available if source level is 1.5 or g
    reater
            Syntax error, parameterized types are only available if source level is
    1.5 or greater
            Syntax error, parameterized types are only available if source level is
    1.5 or greater
    
            at com.argon.world.ClanManager.<init>(ClanManager.java:11)
            at com.Server.<clinit>(Server.java:63)
    Press any key to continue . . ..png
    When running the server..
    Attached image
    Attached image
    Reply With Quote  
     

  2. #2  
    Officially Running

    Mr Dream's Avatar
    Join Date
    Dec 2013
    Posts
    1,922
    Thanks given
    555
    Thanks received
    295
    Rep Power
    905
    bump..........
    2020020202
    Attached image
    Attached image
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2012
    Posts
    900
    Thanks given
    66
    Thanks received
    85
    Rep Power
    0
    Quote Originally Posted by Tainted View Post
    bump..........
    2020020202
    Unresolved compilation problems:

    did you even read the error?
    Reply With Quote  
     

  4. #4  
    Officially Running

    Mr Dream's Avatar
    Join Date
    Dec 2013
    Posts
    1,922
    Thanks given
    555
    Thanks received
    295
    Rep Power
    905
    Quote Originally Posted by Raverz View Post
    Unresolved compilation problems:

    did you even read the error?
    What does that mean and is there any fix to it and if so how? That's the answer I want ffs...
    Attached image
    Attached image
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jul 2012
    Posts
    900
    Thanks given
    66
    Thanks received
    85
    Rep Power
    0
    Quote Originally Posted by Tainted View Post
    What does that mean and is there any fix to it and if so how? That's the answer I want ffs...
    compilation error was unresolved = there are still compilation errors = recompile to see which errors you have
    Reply With Quote  
     

  6. #6  
    Officially Running

    Mr Dream's Avatar
    Join Date
    Dec 2013
    Posts
    1,922
    Thanks given
    555
    Thanks received
    295
    Rep Power
    905
    Quote Originally Posted by Raverz View Post
    compilation error was unresolved = there are still compilation errors = recompile to see which errors you have
    This happens when I compile the server
    javac: file not found: src\argon\model\items\*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Press any key to continue . . .
    Attached image
    Attached image
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jul 2012
    Posts
    900
    Thanks given
    66
    Thanks received
    85
    Rep Power
    0
    Quote Originally Posted by Tainted View Post
    This happens when I compile the server
    remove src\argon\model\items\*.java from your compiler
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Sep 2008
    Posts
    4,833
    Thanks given
    894
    Thanks received
    1,439
    Rep Power
    2924
    Quote Originally Posted by Raverz View Post
    remove src\argon\model\items\*.java from your compiler
    You have no idea what you're talking about.


    Ignore him.
    Its to do with the compiler compilance level setting you've got. You should be using an IDE, so go to the properties of your project > Java Compiler, then set the compilance above 1.5 or to whatever you need.

    Alternately if you're not using an IDE, making sure you've got the most recent Java is installed and making sure that the environmental variables are pointing to this version and nothing out of date. (IE JDK6 which is known to give the problem)
    "Know thy self, know thy enemy. A thousand battles, a thousand victories." - Sun Tzu
    GitHub: https://github.com/Faris-Mckay
    Reply With Quote  
     

  9. #9  
    Officially Running

    Mr Dream's Avatar
    Join Date
    Dec 2013
    Posts
    1,922
    Thanks given
    555
    Thanks received
    295
    Rep Power
    905
    Quote Originally Posted by Raverz View Post
    remove src\argon\model\items\*.java from your compiler
    Removed and it keeps happening nothing works...
    Attached image
    Attached image
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Jul 2012
    Posts
    900
    Thanks given
    66
    Thanks received
    85
    Rep Power
    0
    Quote Originally Posted by Faris View Post
    You have no idea what you're talking about.


    Ignore him.
    lol? he's trying to compile a directory that cannot be found
    Reply With Quote  
     

Page 1 of 3 123 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. WLPVP Run error
    By Ziya in forum Help
    Replies: 1
    Last Post: 01-30-2009, 10:40 PM
  2. Run error
    By Dunea in forum Help
    Replies: 2
    Last Post: 01-25-2009, 01:46 PM
  3. Compiling and Running errors
    By ForeColor in forum Help
    Replies: 3
    Last Post: 01-24-2009, 05:19 PM
  4. Client Running Error
    By Ryan. in forum Help
    Replies: 8
    Last Post: 01-21-2009, 12:23 AM
  5. Running Error
    By cityoss in forum Help
    Replies: 6
    Last Post: 01-01-2009, 05:52 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •