Hi all, In JNode we're also using a version of classpath, which I'm trying to get as close to the latest classpath version as possible. A topic that makes this difficult is that there are a lot of native methods in the normal classes (e.g. java.lang.Double). Since JNode does not use native method (except in 1 VM specific class), I'm stuck with lots of diffs.
Is it possible to move all the native methods to these VM.... classes so every VM can decide whether to use native or something else? If needed i don't mind to help out to get this done. Ewout _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath

