Thread: Minutes Barrows V2

Results 1 to 5 of 5
  1. #1 Minutes Barrows V2 
    Torture
    Guest
    Code:
    client.java:10627: cannot find symbol
    symbol  : variable Ahrim
    location: class client
                                                    Ahrim = Integer.parseInt(token2)
    ;
                                                    ^
    client.java:10629: cannot find symbol
    symbol  : variable Verac
    location: class client
                                                    Verac = Integer.parseInt(token2)
    ;
                                                    ^
    client.java:10631: cannot find symbol
    symbol  : variable Dharok
    location: class client
                                                    Dharok = Integer.parseInt(token2
    );
                                                    ^
    client.java:10633: cannot find symbol
    symbol  : variable Torag
    location: class client
                                                    Torag = Integer.parseInt(token2)
    ;
                                                    ^
    client.java:10635: cannot find symbol
    symbol  : variable Karils
    location: class client
                                                    Karils = Integer.parseInt(token2
    );
                                                    ^
    client.java:10637: cannot find symbol
    symbol  : variable Guthan
    location: class client
                                                    Guthan = Integer.parseInt(token2
    );
                                                    ^
    client.java:10639: cannot find symbol
    symbol  : variable Barrows
    location: class client
                                                    Barrows = Integer.parseInt(token
    2);
                                                    ^
    7 errors
    Finished!
    Press any key to continue . . .
    Well, I'm new to coding and i'm not sure what this error means,
    If someone could help that'd be nice.
    Reply With Quote  
     

  2. #2  
    Banned

    Join Date
    Dec 2006
    Age
    28
    Posts
    2,196
    Thanks given
    5
    Thanks received
    23
    Rep Power
    0
    declare
    Code:
    int Barrows, Guthan, Ahrim, Dharok, Torag, Karils, Verac;
    Reply With Quote  
     

  3. #3  
    Torture
    Guest
    Where at?
    Reply With Quote  
     

  4. #4  
    Banned

    Join Date
    Dec 2006
    Age
    28
    Posts
    2,196
    Thanks given
    5
    Thanks received
    23
    Rep Power
    0
    anywhere in client.java just search "runnable" and add it after the {
    Reply With Quote  
     

  5. #5  
    Torture
    Guest
    You rock Shocker,
    Thanks buddy.
    I wish Minutes had added that on the tutorial.
    His fault, but oh well it could be my failness at coding.
    Goodlookin bro.
    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
  •