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
|
|
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

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
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
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![]()
someone help
ok
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 Class36Compiling...
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 . . .
and the other 2 suggest either you deleted findcachedir() from signlink.java or you havent got "import sign.signlink", with your imports
| « help.. diffrent owner crown? | Who can decompile my client? (I pay! ;) ) » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |