Dear all,
Can anybody from the Java3D development team tell me why I
get this message when I tried to compile my file ?
It's a compiler error and it tells me to report the bug.
The Error is as follows:
sun.tools.java.CompilerError: checkMeet(), no abstract
method
at
sun.tools.java.MemberDefinition.checkMeet(MemberDefinition.j
ava:601)
at
sun.tools.java.ClassDefinition.collectOneClass(Compiled
Code)
at
sun.tools.java.ClassDefinition.collectInheritedMethods(Compi
led Code)
at
sun.tools.java.BinaryClass.basicCheck(BinaryClass.java:80)
at
sun.tools.java.ClassDeclaration.getClassDefinition(Compiled
Code)
at
sun.tools.java.Environment.getQualifiedClassDefinition(Compi
led Code)
at
sun.tools.java.Environment.resolve(Compiled Code)
at
sun.tools.java.Environment.resolve(Compiled Code)
at
sun.tools.javac.SourceMember.check(Compiled Code)
at
sun.tools.javac.SourceClass.checkMembers(Compiled
Code)
at
sun.tools.javac.SourceClass.checkInternal(Compiled Code)
at
sun.tools.javac.SourceClass.check(SourceClass.java:510)
at
sun.tools.javac.Main.compile(Compiled Code)
at
sun.tools.javac.Main.main(Main.java:640)
error: An error has occurred in the compiler; please file a
bug report (http://java.sun.com/cgi-bin/bugreport.cgi).
1 error
Regards,
Kee Jang
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/