Hey Im trying to code my own server just for friends (nothing big) im trying to make my auto cache downloader, Im in my "Class36.java" file trying to edit this:
I get this error when compiling:
Class36.java:137: <identifier> expected
abyte = FileOperations.ReadFile("c:/.DSPK/data/" + file + ".dat");
^
1 error
Press any key to continue . . .
This is what it currently looks like:
private static Class36 animationlist[][];
public int anInt636;
public Class18 aClass18_637;
public int anInt638;
public int anIntArray639[];
public int anIntArray640[];
public int anIntArray641[];
public int anIntArray642[];
private static boolean[] aBooleanArray643;
abyte0 = FileOperations.ReadFile("c:/.DSPK/data/" + file + ".dat");
Any help!? :]
The "^" Is supposed to be under the "=" sign!!
I get this error when compiling:
Class36.java:137: <identifier> expected
abyte = FileOperations.ReadFile("c:/.DSPK/data/" + file + ".dat");
^
1 error
Press any key to continue . . .
This is what it currently looks like:
private static Class36 animationlist[][];
public int anInt636;
public Class18 aClass18_637;
public int anInt638;
public int anIntArray639[];
public int anIntArray640[];
public int anIntArray641[];
public int anIntArray642[];
private static boolean[] aBooleanArray643;
abyte0 = FileOperations.ReadFile("c:/.DSPK/data/" + file + ".dat");
Any help!? :]
The "^" Is supposed to be under the "=" sign!!