------- 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