Thread: Errorz

Results 1 to 6 of 6
  1. #1 Errorz 
    Registered Member
    Join Date
    Nov 2009
    Posts
    47
    Thanks given
    0
    Thanks received
    0
    Rep Power
    14
    Compiling...
    client.java:2984: cannot find symbol
    symbol : method findcachedir()
    location: class sign.signlink
    abyte = FileOperations.ReadFile(signlink.findcachedir() + "/anims/74.dat");
    .................................................. ............^
    Class36.java:16: cannot find symbol
    symbol : method findcachedir()
    location: class sign.signlink
    abyte0 = FileOperations.ReadFile(signlink.findcachedir() + "/anim/" + file + ".dat");
    .................................................. ........................^
    2 errors
    Press any key to continue . . .

    Signlink.findcachedir is getting errors

    how do i fix



    Renamed Client
    Reply With Quote  
     

  2. #2  
    Renown Programmer

    Nikki's Avatar
    Join Date
    Aug 2008
    Posts
    3,993
    Thanks given
    553
    Thanks received
    1,077
    Rep Power
    5000
    Check the caps of the method, or, most likely your signlink is not there, change the cache directory to "./cache/" most likely.... make sure to change it if you make it a webclient
    Please don't add/pm me asking for RSPS help!

    Links:
    - [Only registered and activated users can see links. ]
    - [Only registered and activated users can see links. ]

    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Nov 2009
    Posts
    47
    Thanks given
    0
    Thanks received
    0
    Rep Power
    14
    Compiling...
    client.java:2984: cannot find symbol
    symbol : variable abyte0
    location: class client
    abyte0 = FileOperations.ReadFile("./cache/anim/" + file + ".dat");
    ^
    client.java:2984: cannot find symbol
    symbol : variable file
    location: class client
    abyte0 = FileOperations.ReadFile("./cache/anim/" + file + ".dat");

    ^
    2 errors
    Press any key to continue . . .

    i get this now
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Nov 2009
    Posts
    47
    Thanks given
    0
    Thanks received
    0
    Rep Power
    14
    Compiling...
    client.java:2984: cannot find symbol
    symbol : method findcachedir()
    location: class sign.signlink
    abyte = FileOperations.ReadFile(
    signlink.findcachedir() + "./cache/anim/74.dat");

    ^
    Class36.java:16: cannot find symbol
    symbol : variable abyte
    location: class Class36
    abyte = FileOperations.ReadFile (signlink.findcachedir() + "./cache/anim
    /74.dat");
    ^
    Class36.java:16: cannot find symbol
    symbol : method findcachedir()
    location: class sign.signlink
    abyte = FileOperations.ReadFile (signlink.findcachedir() + "./cache/anim
    /74.dat");
    ^
    3 errors
    Press any key to continue . . .


    3 now
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Nov 2009
    Posts
    47
    Thanks given
    0
    Thanks received
    0
    Rep Power
    14
    someone help
    Reply With Quote  
     

  6. #6  
    Registered Member
    gamerx's Avatar
    Join Date
    May 2008
    Posts
    310
    Thanks given
    12
    Thanks received
    4
    Rep Power
    355
    ok
    Compiling...
    client.java:2984: cannot find symbol
    symbol : method findcachedir()
    location: class sign.signlink
    abyte = FileOperations.ReadFile(
    signlink.findcachedir() + "./cache/anim/74.dat");

    ^
    Class36.java:16: cannot find symbol
    symbol : variable abyte
    location: class Class36
    abyte = FileOperations.ReadFile (signlink.findcachedir() + "./cache/anim
    /74.dat");
    ^
    Class36.java:16: cannot find symbol
    symbol : method findcachedir()
    location: class sign.signlink
    abyte = FileOperations.ReadFile (signlink.findcachedir() + "./cache/anim
    /74.dat");
    ^
    3 errors
    Press any key to continue . . .
    the "abyte" one suggests you havent got a "public byte abyte;", as you can see it only happens for the first one, so maybe you need to move it up or something, a code snippet would help, search signlink for "findcachedir" and post that void, and post your entire Class36
    and the other 2 suggest either you deleted findcachedir() from signlink.java or you havent got "import sign.signlink", with your imports
    Spoiler for Awesome List:

    • [Only registered and activated users can see links. ], You are kick-ass
    • [Only registered and activated users can see links. ], FTW < just ftw
    • [Only registered and activated users can see links. ], Thanks for sprites
    • [Only registered and activated users can see links. ], im sad you left
    • Avatar Realms, thanks for your help
    • 1337, umm, yeah...
    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
  •