[Bug libgcj/20394] Can't run db2 jdbc application compiled with gcj
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Mar 9 16:33:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-09 14:40 -------
Exception in thread "main" java.lang.NoClassDefFoundError: while resolving
class: com.ibm.db2.jcc.b.i
This means either ibm's .jar file contains classes which reference other classes which are not there and
since gcj's runtime does not do lazy biind, we fail
---or---
could mean gcj is going wrong.
--
What |Removed |Added
----------------------------------------------------------------------------
Component|java |libgcj
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20394
More information about the Java-prs
mailing list