Thread: Pest Control Error: cannot find symbol

Results 1 to 8 of 8
  1. #1 Pest Control Error: cannot find symbol 
    Extreme Donator

    Join Date
    Jul 2014
    Posts
    414
    Thanks given
    46
    Thanks received
    8
    Rep Power
    15
    Everytime I compile I get this:

    Code:
    starting...
    src\com\rs\game\player\dialogues\impl\LanderDialouge.java:3: error: cannot find
    symbol
    import com.rs.game.minigames.pest;
                                ^
      symbol:   class pest
      location: package com.rs.game.minigames
    src\com\rs\game\player\controlers\pestcontrol\PestControlGame.java:7: error: can
    not access PestControl
    import com.rs.game.minigames.pest.PestControl;
                                     ^
      bad source file: src\com\rs\game\minigames\pest\PestControl.java
        file does not contain class com.rs.game.minigames.pest.PestControl
        Please remove or make sure it appears in the correct subdirectory of the sou
    rcepath.
    Press any key to continue . . .
    All I did was add PestControl.
    And since there was no PestControler.java, I added it into com.rs.game.minigames.pest

    Any ideas?
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Use eclipse.
    Reply With Quote  
     

  3. #3  
    Extreme Donator

    Join Date
    Jul 2014
    Posts
    414
    Thanks given
    46
    Thanks received
    8
    Rep Power
    15
    Quote Originally Posted by Datbeastmayne View Post
    Use eclipse.
    You deserve like 50 posts dude.
    All you say is short answers. "Use eclipse"

    How is that freaking helpful?

    And to answer you Eclipse is just making it worse.
    I went from 28 to 31 errors.

    Maybe you need to learn Java first before telling other people to.
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Quote Originally Posted by Projecteco View Post
    You deserve like 50 posts dude.
    All you say is short answers. "Use eclipse"

    How is that freaking helpful?

    And to answer you Eclipse is just making it worse.
    I went from 28 to 31 errors.

    Maybe you need to learn Java first before telling other people to.
    And you expect to get spoonfed in every thread you make.
    You clearly don't know what Eclipse is or does..
    Reply With Quote  
     

  5. #5  
    Extreme Donator

    Join Date
    Jul 2014
    Posts
    414
    Thanks given
    46
    Thanks received
    8
    Rep Power
    15
    Quote Originally Posted by Datbeastmayne View Post
    And you expect to get spoonfed in every thread you make.
    You clearly don't know what Eclipse is or does..


    Nope I have no idea what eclipse is, but I'm using it? ;O
    Reply With Quote  
     

  6. #6  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Quote Originally Posted by Projecteco View Post


    Nope I have no idea what eclipse is, but I'm using it? ;O
    I see 21 errors, not 31.

    You're missing methods, check the source where you ripped it from for getKnights() and getPlayers().
    You're missing an import too.
    Reply With Quote  
     

  7. #7  
    Extreme Donator

    Join Date
    Jul 2014
    Posts
    414
    Thanks given
    46
    Thanks received
    8
    Rep Power
    15
    Quote Originally Posted by Datbeastmayne View Post
    I see 21 errors, not 31.

    You're missing methods, check the source where you ripped it from for getKnights() and getPlayers().
    You're missing an import too.
    Dude I fixed a bunch of errors doing random "quick fixes"
    It probably messed up the whole thing now.

    I got the tutorial from here: http://www.rune-server.org/runescape...trol-base.html
    Reply With Quote  
     

  8. #8  
    Registered Member

    Join Date
    Feb 2013
    Posts
    4,409
    Thanks given
    59
    Thanks received
    478
    Rep Power
    138
    Quote Originally Posted by Projecteco View Post
    Dude I fixed a bunch of errors doing random "quick fixes"
    It probably messed up the whole thing now.

    I got the tutorial from here: http://www.rune-server.org/runescape...trol-base.html
    That's simply the base, you'd have to finish it..
    You can't just quick fix everything since it most likely make empty methods..
    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. Error: Cannot find symbol!
    By Skater in forum Help
    Replies: 4
    Last Post: 03-15-2012, 02:36 AM
  2. Replies: 4
    Last Post: 12-11-2011, 01:27 AM
  3. Compiling Error: Cannot find symbol
    By runesick in forum Help
    Replies: 0
    Last Post: 08-02-2011, 04:25 AM
  4. Replies: 8
    Last Post: 03-30-2011, 07:19 AM
  5. Small error - Cannot find symbol...
    By Crispytoast in forum Help
    Replies: 4
    Last Post: 11-24-2010, 07:14 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
  •