Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

An exception has occurred in the compiler (1.4.1_07).

843798Nov 19 2007
i am geting this error while making a partial build for the application
not able to do the build can anybody plz sujest me what steps do i have to take


java.lang.ArrayIndexOutOfBoundsException: 16385
at com.sun.tools.javac.v8.parser.Scanner.scanIdent(Scanner.java:500)
at com.sun.tools.javac.v8.parser.Scanner.nextToken(Scanner.java:1110)
at com.sun.tools.javac.v8.parser.Parser.basicType(Parser.java:1011)
at com.sun.tools.javac.v8.parser.Parser.term3(Parser.java:925)
at com.sun.tools.javac.v8.parser.Parser.term2(Parser.java:540)
at com.sun.tools.javac.v8.parser.Parser.term1(Parser.java:509)
at com.sun.tools.javac.v8.parser.Parser.term(Parser.java:450)
at com.sun.tools.javac.v8.parser.Parser.term(Parser.java:433)
at com.sun.tools.javac.v8.parser.Parser.blockStatements(Parser.java:1333)
at com.sun.tools.javac.v8.parser.Parser.block(Parser.java:1222)
at com.sun.tools.javac.v8.parser.Parser.block(Parser.java:1234)
at com.sun.tools.javac.v8.parser.Parser.methodDeclaratorRest(Parser.java:2
052)
at com.sun.tools.javac.v8.parser.Parser.classOrInterfaceBodyDeclaration(Pa
rser.java:2009)
at com.sun.tools.javac.v8.parser.Parser.classOrInterfaceBody(Parser.java:1
948)
at com.sun.tools.javac.v8.parser.Parser.classDeclaration(Parser.java:1896)
at com.sun.tools.javac.v8.parser.Parser.classOrInterfaceDeclaration(Parser
.java:1868)
at com.sun.tools.javac.v8.parser.Parser.typeDeclaration(Parser.java:1854)
at com.sun.tools.javac.v8.parser.Parser.compilationUnit(Parser.java:1802)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 17 2007
Added on Nov 19 2007
0 comments
136 views