Monday, September 18, 2006

Error 2: ";" expected

Type: Syntax
Screenshots: 1
Description:
Forgetting about JCreator's automatic bracket closing feature, I placed one too many close brackets in my program. This error was detected by the Java Compiler as I attempted to compile and run the program.
This error was quickly fixed by removing the excess bracket.

1 comment:

Andrew Cheung said...

Yeah, I dislike Jcreator automatically putting a ")" bracket whenever I enter a "(". Because of this same reason, I have compiling errors in my programs today.