Thread: Easy help

Results 1 to 7 of 7
  1. #1 Easy help 
    Registered Member
    Join Date
    Jan 2011
    Posts
    309
    Thanks given
    9
    Thanks received
    26
    Rep Power
    28
    I don't know what the problem is here, I have the proper imports?
    Code:
    src\server\Server.java:65: cannot find symbol
    symbol  : class BountyHunter
    location: class server.Server
            public static BountyHunter bh = new BountyHunter();
                          ^
    src\server\Server.java:65: cannot find symbol
    symbol  : class BountyHunter
    location: class server.Server
            public static BountyHunter bh = new BountyHunter();
                                                ^
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    2 errors
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Vitality

    Raw Envy's Avatar
    Join Date
    Dec 2010
    Posts
    3,034
    Thanks given
    869
    Thanks received
    1,186
    Rep Power
    3054
    You need to declare something or add like an import.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2011
    Posts
    309
    Thanks given
    9
    Thanks received
    26
    Rep Power
    28
    I added the correct imports I thought?

    Location of the File is src/server/model/players/BountyHunter

    My import
    Code:
    import server.model.players.*;
    Reply With Quote  
     

  4. #4  
    Vitality

    Raw Envy's Avatar
    Join Date
    Dec 2010
    Posts
    3,034
    Thanks given
    869
    Thanks received
    1,186
    Rep Power
    3054
    Quote Originally Posted by Fearful View Post
    I added the correct imports I thought?

    Location of the File is src/server/model/players/BountyHunter

    My import
    Code:
    import server.model.players.*;
    Private message me your Teamviewer details and I will fix it for you.
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member
    Join Date
    Jan 2011
    Posts
    309
    Thanks given
    9
    Thanks received
    26
    Rep Power
    28
    Still need this.
    Reply With Quote  
     

  7. #6  
    q.q


    Join Date
    Dec 2010
    Posts
    6,519
    Thanks given
    1,072
    Thanks received
    3,535
    Rep Power
    4752
    try using the direct import
    Reply With Quote  
     

  8. #7  
    Registered Member
    Join Date
    Jan 2011
    Posts
    309
    Thanks given
    9
    Thanks received
    26
    Rep Power
    28
    Fixed.
    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. Easy Shit = Easy Money! Delta
    By pluck in forum Help
    Replies: 8
    Last Post: 07-11-2011, 05:45 AM
  2. Replies: 5
    Last Post: 11-17-2010, 06:48 AM
  3. Replies: 0
    Last Post: 03-25-2010, 11:01 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
  •