classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Moving system properties to gnu.classpath.*


From: Jeroen Frijters
Subject: RE: Moving system properties to gnu.classpath.*
Date: Tue, 12 Oct 2004 21:39:33 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]