Thread: Weird Compiler Error :S [PLEASE HELP]

Results 1 to 7 of 7
  1. #1 Weird Compiler Error :S [PLEASE HELP] 
    Registered Member
    Join Date
    Jul 2012
    Posts
    56
    Thanks given
    0
    Thanks received
    2
    Rep Power
    11
    I'm getting these two errors for some reason when I compile my server. Can someone please tell me the fix?


    Reply With Quote  
     

  2. #2  
    Registered Member
    Zivik's Avatar
    Join Date
    Oct 2007
    Age
    28
    Posts
    4,421
    Thanks given
    891
    Thanks received
    1,527
    Rep Power
    3285
    Well it appears it can't find your class. Is it located in the right place (server.model.players.)
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jul 2012
    Posts
    56
    Thanks given
    0
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by Zivik View Post
    Well it appears it can't find your class. Is it located in the right place (server.model.players.)
    Yeah It's located their.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Zivik's Avatar
    Join Date
    Oct 2007
    Age
    28
    Posts
    4,421
    Thanks given
    891
    Thanks received
    1,527
    Rep Power
    3285
    Quote Originally Posted by Kingclawz View Post
    Yeah It's located their.
    Then it's possible the package in the class is wrong. Verify (it's at the very very top, first line) that the path is correct.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jul 2012
    Posts
    56
    Thanks given
    0
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by Zivik View Post
    Then it's possible the package in the class is wrong. Verify (it's at the very very top, first line) that the path is correct.
    package server.model.players;
    its the right package aswell.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Zivik's Avatar
    Join Date
    Oct 2007
    Age
    28
    Posts
    4,421
    Thanks given
    891
    Thanks received
    1,527
    Rep Power
    3285
    Quote Originally Posted by Kingclawz View Post
    package server.model.players;
    its the right package aswell.
    And the name on the class is right? (eg uppercases where they should be)
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Jul 2012
    Posts
    56
    Thanks given
    0
    Thanks received
    2
    Rep Power
    11
    Quote Originally Posted by Zivik View Post
    And the name on the class is right? (eg uppercases where they should be)
    Yes Sir
    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

Similar Threads

  1. Replies: 8
    Last Post: 03-24-2013, 11:01 PM
  2. Replies: 1
    Last Post: 11-03-2012, 11:48 PM
  3. Compiler error - 614 please help !
    By ProFiles in forum Help
    Replies: 12
    Last Post: 05-01-2012, 03:50 PM
  4. Replies: 3
    Last Post: 11-15-2011, 10:24 PM
  5. Replies: 15
    Last Post: 08-02-2009, 08:44 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •