Brian Jones wrote: >Out of curiosity, would it be possible to get gcj to use a class >library specified at runtime? Tried setting my CLASSPATH with 2.96 >(sorry so old) and it didn't like it. Is there a strategy for >upgrading the class library in use without upgrading the compiler (gcj)? >
Unfortunatly GCJ has some built-in assumptions about the layout of Object and Class, so it can't really be used with non-libgcj versions of these classes at this time. Newwer releases do have a better error message, though. It would be nice to fix it so that it worked for other libraries, at least when doing compilation to bytecode. regards Bryce. _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

