Thread: Help please

Results 1 to 2 of 2
  1. #1 Help please 
    Registered Member r0fl dr0pped's Avatar
    Join Date
    Feb 2012
    Posts
    394
    Thanks given
    20
    Thanks received
    5
    Rep Power
    23
    Heres my snippet that i was useing http://www.rune-server.org/runescape...g-weapons.html
    src\server\model\players\packets\WearItem.java:38: error: cannot find symbol
    String i = item.getItemName(c.wearId);
    ^
    symbol: variable item
    location: class WearItem
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    Oct 2011
    Age
    28
    Posts
    1,880
    Thanks given
    311
    Thanks received
    557
    Rep Power
    703
    Change item to Item and make sure you're importing the Item class.
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •