Thread: ExpLock problem.

Results 1 to 2 of 2
  1. #1 ExpLock problem. 
    happyisbackk
    Guest
    client.java:18455: cannot find symbol
    symbol : variable Token
    location: class client
    if (Token.equals("character-expLock")) {
    ^
    client.java:18456: cannot find symbol
    symbol : variable token2
    location: class client
    expLock = Boolean.parseBoolean(t
    oken2);
    ^

    2 errors
    Finished!
    Press any key to continue . . .
    error anyone know how to fix, im using delta. REP for who knows how to fix it.
    Reply With Quote  
     

  2. #2  
    Respected Member


    Join Date
    Jan 2009
    Posts
    5,743
    Thanks given
    1,162
    Thanks received
    3,603
    Rep Power
    5000
    Quote Originally Posted by happyisbackk View Post
    error anyone know how to fix, im using delta. REP for who knows how to fix it.
    its lowercase token....

    Code:
    if (token.equals("character-explock"))
    	expLock = Boolean.parseBoolean(token2);
    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
  •