Re: ITP: mozilla-ldapsdk (Java LDAP classes)

2000-05-24 Thread Stefan Gybas
Per Bothner wrote: > Seems unlikely. You should only get IncompatibleClassChangeError > if there is a bug in the Kaffe implementation, since the standard > classes are not allowed to change interfaces. I know this and I was actually taling about kaffe bugs. I did not experience such an exception

Re: ITP: mozilla-ldapsdk (Java LDAP classes)

2000-05-24 Thread Edouard G. Parmelan
Per Bothner wrote: > Stefan Gybas <[EMAIL PROTECTED]> writes: > > > If I take kaffe's core classes the user might get an exception (like > > IncompatibleClassChangeError) when using the compiled classes with Sun's > > or IBM's classes > > Seems unlikely. You should only get IncompatibleClassCha

Re: ITP: mozilla-ldapsdk (Java LDAP classes)

2000-05-24 Thread Per Bothner
Stefan Gybas <[EMAIL PROTECTED]> writes: > If I take kaffe's core classes the user might get an exception (like > IncompatibleClassChangeError) when using the compiled classes with Sun's > or IBM's classes Seems unlikely. You should only get IncompatibleClassChangeError if there is a bug in the

Re: ITP: mozilla-ldapsdk (Java LDAP classes)

2000-05-24 Thread Stefan Gybas
Stephane Bortzmeyer wrote on debian-devel: > It is sufficient to compile with jikes and executes with kaffe (or with > the JVM of Mozilla). Try it! The problem is that I need core classes to compile with jikes. Now I have the choice between the original classes from Sun or kaffe's reimplementatio