This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]