Thread: Few error's.. [still need help!]

Results 1 to 7 of 7
  1. #1 Few error's.. [still need help!] 
    Registered Member rockarocka's Avatar
    Join Date
    May 2010
    Posts
    978
    Thanks given
    27
    Thanks received
    7
    Rep Power
    20
    I guess i need imports but where?

    errors
    Code:
    src\server\model\players\skills\Woodcutting.java:82: error: cannot find symbol
                    CycleEventHandler.getSingleton().addEvent(c, new CycleEvent() {
                                                                     ^
      symbol:   class CycleEvent
      location: class Woodcutting
    src\server\model\players\skills\Woodcutting.java:82: error: cannot find symbol
                    CycleEventHandler.getSingleton().addEvent(c, new CycleEvent() {
                    ^
      symbol:   variable CycleEventHandler
      location: class Woodcutting
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    2 errors
    Press any key to continue . . .
    Tutorial fallowed- http://www.rune-server.org/runescape...ml#post2868035
    Help me out please!
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Oct 2010
    Posts
    716
    Thanks given
    82
    Thanks received
    131
    Rep Power
    0
    Lol it's obviously about your woodcutting class.

    Post your wcing class

    Oh and your first error; Did you add the constructors that lead to your wcing class?

    Code:
    public Woodcutting getWoodcutting() {
    return Woodcutting;
    }
    ?
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jun 2009
    Posts
    2,916
    Thanks given
    169
    Thanks received
    806
    Rep Power
    0
    Im kinda done with this kind of threads. You don't have a compiler for nothing READ the errors it are saying, there were some tutorials to explain the errors so stop posting them here instead.

    http://www.rune-server.org/runescape...beginners.html

    Read that.
    Besides your not importing events..
    Reply With Quote  
     

  4. Thankful user:


  5. #4  
    Registered Member rockarocka's Avatar
    Join Date
    May 2010
    Posts
    978
    Thanks given
    27
    Thanks received
    7
    Rep Power
    20
    Arno
    Lol it's obviously about your woodcutting class.

    Post your wcing class

    Oh and your first error; Did you add the constructors that lead to your wcing class?

    Code:
    public Woodcutting getWoodcutting() {
    return Woodcutting;
    }
    ?
    Already fiex the first error only two more need help with them!






    import server.event.*; <- in my woodcuting class so i am..
    Reply With Quote  
     

  6. #5  
    Registered Member rockarocka's Avatar
    Join Date
    May 2010
    Posts
    978
    Thanks given
    27
    Thanks received
    7
    Rep Power
    20
    anyone help me out?
    Reply With Quote  
     

  7. #6  
    Banned

    Join Date
    Nov 2010
    Age
    29
    Posts
    2,682
    Thanks given
    824
    Thanks received
    404
    Rep Power
    0
    You don't have the addEvent method.
    Reply With Quote  
     

  8. #7  
    Extreme Donator


    Join Date
    Oct 2006
    Posts
    1,370
    Thanks given
    64
    Thanks received
    197
    Rep Power
    426
    src\server\model\players\skills\Woodcutting.java:8 2: error: cannot find symbol
    CycleEventHandler.getSingleton().addEvent(c, new CycleEvent() {
    ^
    symbol: class CycleEvent


    ~flow@hacking . rs
    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. need help with those error's
    By heroeswar in forum Help
    Replies: 0
    Last Post: 10-23-2010, 03:43 PM
  2. Error's On Purpose
    By Xenon in forum Console
    Replies: 0
    Last Post: 09-17-2009, 07:32 AM
  3. Error's you get.
    By AlexMason in forum Help
    Replies: 2
    Last Post: 06-07-2009, 06:13 PM
  4. 2 error's
    By Mario in forum Help
    Replies: 3
    Last Post: 04-10-2009, 05:19 AM
  5. Error's
    By JohnK in forum Help
    Replies: 2
    Last Post: 03-08-2009, 03:59 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
  •