CVGalleryGamesPreviewRandomJavaSiteWeb
Site updates
Testing New System now...

Attempt to reference field <name> in a <type of array>

You have written something like:

int[] dave = new int[10];
int bob;

bob = dave.unlucky; The field unlucky does not exist

You may have been trying to use something like dave[unlucky], or dave.length, both of which would have worked.

NOTE: The Java section is mostly in maintenence mode. I don't have time to work on it right now. Errors will be corrected if pointed out, but they are not actively being searched for. Newer site features, like alternate stylesheets, may cause problems with these pages.