This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
java.lang.ExceptionInInitializerError
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: <tromey at redhat dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: Sun, 20 Apr 2003 17:31:32 +0200
- Subject: java.lang.ExceptionInInitializerError
When compiling on RH9.0 gcj 3.3/20030414, with configuration option
"--disable-shared", I'm getting:
java.lang.Exception: java.lang.ExceptionInInitializerError
at _Jv_RegisterClasses (Unknown Source)
at _Jv_RegisterClasses (Unknown Source)
at _Jv_RegisterClasses (Unknown Source)
at _Jv_RegisterClasses (Unknown Source)
at _Jv_RegisterClasses (Unknown Source)
at sin(Unknown Source)
at sin(Unknown Source)
at __clone(/lib/tls/libc-2.3.2.so)
With "--enable-shared", executing exactly the same executable, I don't get
this message. Does anybody know what's wrong?