Thread: 3 errors when i compile

Results 1 to 2 of 2
  1. #1 3 errors when i compile 
    Registered Member Deidara's Avatar
    Join Date
    Mar 2009
    Posts
    20
    Thanks given
    0
    Thanks received
    0
    Rep Power
    1
    .\palidino76\rs2\players\combat\PlayerCombat.java: 20: cannot find symbol
    symbol : class players
    location: package palidino76.rs2
    import palidino76.rs2.players;
    ^
    .\palidino76\rs2\players\combat\PlayerCombat.java: 374: cannot find symbol
    symbol : variable ironFourth
    location: class palidino76.rs2.players.combat.PlayerCombat
    p.ironFith = ironFourth+10;
    ^
    .\palidino76\rs2\players\combat\PlayerCombat.java: 374: incompatible types
    found : <nulltype>
    required: int
    p.ironFith = ironFourth+10;
    ^
    3 errors

    PLEASE HELP these errors are anoying...
    Reply With Quote  
     

  2. #2  
    Axed
    Guest
    For the first error make it import palidino76.rs2.players.*;
    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
  •