Help I'm Confused!

I keep getting this dang error. I have never gotten it before when trying to compile everything. Here is exactly what it says.

client.java:3662: ';' expected

^

1 error

Press any key to continue . . .

any idea what im doing wrong.... I know it has to do with the name of the file but i have never changed it before.....

[357 byte] By [Arthixa] at [2007-10-2 17:37:30]
# 1
Look at the lines 3662 (and maybe a couple before) in your file client.java and you will see the lack of a ;
BIJ001a at 2007-7-13 18:54:49 > top of Java-index,Developer Tools,Java Compiler...
# 2
Its obvious you're missing a semicolon.
killerCodingNinjaMonkeya at 2007-7-13 18:54:49 > top of Java-index,Developer Tools,Java Compiler...
# 3
> Its obvious you're missing a semicolon.It's obvious that it was obvious seven days ago.
aniseeda at 2007-7-13 18:54:49 > top of Java-index,Developer Tools,Java Compiler...