On Fri, 2006-01-13 at 18:00 +0100, Mark Wielaard wrote: > GNU Classpath 0.20 also comes in a "generic" version. > classpath-0.20-generics contains a version of the core library > that uses the new 1.5 language features such as generics and > enumerations. ECJ, JamVM, IKVM and Cacao are known to support the > generics release (*). And you should be able to run Eclipse 3.1 with > it to develop programs that use the new 1.5 language and core library > additions. classpath-generics is a work in progress and not as > extensively tested as our regular releases. But please try it out if > you want to help us test the new 1.5 support of the core libraries. > > (*) There is one additional VM interface needed for the VMClassLoader > static final Class defineClassWithTransformers(ClassLoader loader, > String name, byte[] data, int offset, int len, ProtectionDomain pd) > Which is used for the new java.management.instrumentation support. > See the VM Integration Guide for more details: > http://www.gnu.org/software/classpath/docs/vmintegration.html
Fixed that in cvs head, as mark suggested on irc. TWISTI _______________________________________________ Classpath mailing list [email protected] http://lists.gnu.org/mailman/listinfo/classpath

