So here is my suggestions. - Rename gnu.java.nio.FileChannelImpl to VMFileChannel (placed in vm/reference) - Rename gnu.java.nio.FileLockImpl to VMFileLock (placed in vm/reference) - Add a new VMFileChannelImpl in java.io (placed in vm/reference) that constains I'm fine with using the security framework, in fact that is very good, as long as i'm able to use classpath (hopefully out of the box) without the need for native methods. Since i'm writing a java os all in java i want to implement java.io & java.nio.* directly on top of our filesystem api and having to rewrite parts of classpath because they are using natives is not something i want to do, especially if there are good ways to avoid the natives using the VMxyz classes. Ewout Michael |
_______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/classpath

