Archie Cobbs wrote: > I don't get the crash... > > $ java -version > java version "1.4.2-p5" > $ javac Crash.java && java Crash > Note: Crash.java uses or overrides a deprecated API. > Note: Recompile with -deprecation for details. > Exception in thread "main" java.lang.VerifyError: (class: > java/lang/Object, method: <init> signature: ()V) Constructor > must call super() or this() > at java.lang.Class.getDeclaredConstructors0(Native Method) > at > java.lang.Class.privateGetDeclaredConstructors(Class.java:1610) > at java.lang.Class.getConstructor0(Class.java:1922) > at java.lang.Class.newInstance0(Class.java:278) > at java.lang.Class.newInstance(Class.java:261) > at Crash.main(Crash.java:58) > > Maybe this has been fixed in 1.4.2?
Interesting. I get the same VerifierError with 1.4.2, but 1.5 crashes (as does 1.4.1). Regards, Jeroen _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath