100 Errors.
When you have a { (OPEN BRACKET)
YOU HAVE TO END IT WITH A }
now if you have somthing like this
BLAH BLAH {
ELSE BLAH BLAH {
(you need.)
}
}
or whatever.
Hope i helped.
|
|
I have 100 or more errors and I have no other way to go about doing things other than fixing them. Does anyone know how to log the compiler output to a file?
100 Errors.
When you have a { (OPEN BRACKET)
YOU HAVE TO END IT WITH A }
now if you have somthing like this
BLAH BLAH {
ELSE BLAH BLAH {
(you need.)
}
}
or whatever.
Hope i helped.
100 errors is actually just one error. you are either missing a closing brackets "}" somewhere. Scroll up to the first error and look at the java line. if you have notepad++, you won't run into this problem again. notepad++ is the ultimate tool you need.

Add an extra bracket at the end of your class.
I obviously know that, I'm not retarded.
The problem with that is I have over 9000 lines of code and looking through all of them to find the misplaced bracket would take so much time it's just easier to find the source of the error (not viewable in the compiler)..
Fixed using eclipse, thanks for trying, gps.

javac *.class >> log.txt
cheers
| « [PI] wepon slot | help pls on PI » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |