Thread: Compilation problems with IDE

Results 1 to 10 of 10
  1. #1 Compilation problems with IDE 
    Donator

    Join Date
    Jul 2011
    Posts
    241
    Thanks given
    56
    Thanks received
    31
    Rep Power
    9
    Excuse me, sorry im new to learning java, could you point me in the right direction of how to fix server.model.players not compiling into a package please?

    Any help would be appreciated, thanks in advance

    Edit: this pops up in the console
    Reply With Quote  
     

  2. #2  
    Registered Member
    Tyluur's Avatar
    Join Date
    Jun 2010
    Age
    26
    Posts
    5,103
    Thanks given
    1,818
    Thanks received
    1,767
    Rep Power
    2438
    It looks to me like PlayerHandler, Player, Client, and PlayerSave cannot be resolved to a type.
    Quote Originally Posted by blakeman8192 View Post
    Keep trying. Quitting is the only true failure.
    Spoiler for skrrrrr:

    Attached image
    Reply With Quote  
     

  3. #3  
    Registered Member
    TheChosenOne's Avatar
    Join Date
    Jan 2013
    Posts
    967
    Thanks given
    47
    Thanks received
    161
    Rep Power
    366
    Delete all your .class files (in "out" or "bin", maybe in both. Don't delete any cache you might have in there), then recompile.
    Reply With Quote  
     

  4. #4  
    Donator

    Join Date
    Jul 2011
    Posts
    241
    Thanks given
    56
    Thanks received
    31
    Rep Power
    9
    Still comes up with this

    Thanks again
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2010
    Age
    27
    Posts
    2,528
    Thanks given
    544
    Thanks received
    584
    Rep Power
    411
    Use the "clean" feature to recompile everything.
    Reply With Quote  
     

  6. #6  
    Registered Member
    TheChosenOne's Avatar
    Join Date
    Jan 2013
    Posts
    967
    Thanks given
    47
    Thanks received
    161
    Rep Power
    366
    Does the Server class have a main(int) method?
    Is Server packaged correctly ("package server.Server;")?
    Is the project set up right (correct classpath)?
    Reply With Quote  
     

  7. #7  
    Donator

    Join Date
    Jul 2011
    Posts
    241
    Thanks given
    56
    Thanks received
    31
    Rep Power
    9
    Quote Originally Posted by Alexander View Post
    Use the "clean" feature to recompile everything.
    Just back at where I started now ;L

    Quote Originally Posted by TheChosenOne View Post
    Does the Server class have a main(int) method?
    Is Server packaged correctly ("package server.Server;")?
    Is the project set up right (correct classpath)?
    Im not completely sure :/ first time using an IDE
    Reply With Quote  
     

  8. #8  
    Registered Member
    TheChosenOne's Avatar
    Join Date
    Jan 2013
    Posts
    967
    Thanks given
    47
    Thanks received
    161
    Rep Power
    366
    Now that I look back at the first image, your project isn't set up right.
    I can't tell you how to fix it, but I know how it's done when I see it.
    Reply With Quote  
     

  9. #9  
    Donator

    Join Date
    Jul 2011
    Posts
    241
    Thanks given
    56
    Thanks received
    31
    Rep Power
    9
    Quote Originally Posted by TheChosenOne View Post
    Now that I look back at the first image, your project isn't set up right.
    I can't tell you how to fix it, but I know how it's done when I see it.
    I have teamviewer?
    Reply With Quote  
     

  10. #10  
    Registered Member
    TheChosenOne's Avatar
    Join Date
    Jan 2013
    Posts
    967
    Thanks given
    47
    Thanks received
    161
    Rep Power
    366
    PM me the details.
    Reply With Quote  
     

  11. Thankful user:



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: 18
    Last Post: 06-09-2012, 05:37 PM
  2. Compiling "Lethium" with IDE
    By Cried Upon in forum Requests
    Replies: 8
    Last Post: 01-29-2012, 11:33 PM
  3. anyone help, got problems with compiler
    By Owner Marsman in forum Help
    Replies: 6
    Last Post: 01-08-2011, 10:28 PM
  4. Strange problem with compiling...?
    By Anx Ziety in forum Help
    Replies: 1
    Last Post: 01-27-2010, 04:38 AM
  5. 3 problems with compiler pless help
    By ates1 in forum Help
    Replies: 5
    Last Post: 05-03-2009, 07:51 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
  •