Thread: Cannot find symbol error?

Results 1 to 3 of 3
  1. #1 Cannot find symbol error? 
    Registered Member
    Join Date
    Aug 2015
    Posts
    12
    Thanks given
    2
    Thanks received
    0
    Rep Power
    11
    I am trying to add the option to move the camera with the middle mouse button on the mouse and i get this error Does anyone know how to fix this ?


    client.java:12283: error: cannot find symbol
    if (!mouseWheelDown)
    ^
    symbol: variable mouseWheelDown
    location: class client
    Note: client.java uses 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
    Aug 2011
    Posts
    30
    Thanks given
    2
    Thanks received
    1
    Rep Power
    11
    Delete the symbol then if can't find it
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2013
    Posts
    181
    Thanks given
    9
    Thanks received
    14
    Rep Power
    0
    LOL i hope u were joking
    Quote Originally Posted by RiiPiiN View Post
    Delete the symbol then if can't find it
    OT: Did you add this into RSapplet ?
    Code:
    	boolean mouseWheelDown;
    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. Cannot find symbol error
    By th3 pkers in forum Help
    Replies: 7
    Last Post: 03-31-2012, 09:15 PM
  2. Replies: 18
    Last Post: 02-01-2012, 01:01 PM
  3. [Bluurr] Cannot Find Symbol Error
    By Java Drive-By in forum Help
    Replies: 1
    Last Post: 06-25-2011, 12:09 AM
  4. Cannot Find Symbol Error ++REP
    By Affliction in forum Help
    Replies: 2
    Last Post: 08-26-2010, 01:34 AM
  5. Cannot Find Symbol Error
    By twistedlife in forum Help
    Replies: 0
    Last Post: 04-30-2010, 04:58 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •