An exception has occurred in the compiler (1.4.1_07).
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)