I get these 4 errors when i compile :
Code:
Class36.java:10: cannot find symbol
symbol : variable abyte0
location: class Class36
abyte0 = FileOperations.ReadFile(sign.signlink.f
indcachedir() + "data/" + file + ".dat");
^
Class36.java:10: cannot find symbol
symbol : variable file
location: class Class36
abyte0 = FileOperations.ReadFile(sign.signlink.f
indcachedir() + "data/" + file + ".dat");
^
Class36.java:12: cannot find symbol
symbol : variable abyte0
location: class Class36
abyte0 = FileOperations.ReadFile(sign.signlink.f
indcachedir() + "data/" + file + ".dat");
^
Class36.java:12: cannot find symbol
symbol : variable file
location: class Class36
abyte0 = FileOperations.ReadFile(sign.signlink.f
indcachedir() + "data/" + file + ".dat");
^
Note: client.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 errors
Finished!
Druk op een toets om door te gaan. . .
idk how to make variables or whatever so can you plox help me?
Extra info: I did Justinnn Webclient tut on the crueletyx client