Missing term
You've written something that looks like a piece of code to the
complier, it's just not all there.
int foo = ;
int foo = 5;
Another possible cause of this is that in a switch ????, you've written
case default: instead of default:
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.