Hi, I am trying to build the CVS version of hsqldb with kaffe and have found that the following JDK 1.4 features are missing:
javax.security.cert.* javax.net.ssl.* These are also missing in GNU Classpath. I am afraid it is a long way before we can use these. java.io.RandomAccessFile.getChannel() Kaffe has imported java.nio.channels.FileChannel and java.nio.channels.FileChannelImpl from GNU Classpath. But - This FileChannelImpl needs some native methods. - This FileChannelImpl needs the file descriptor, but kaffe's RandomAccessFile has only an invalid file descriptor: FileDescriptor fd = new FileDescriptor() . _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe