java nio stuff

SeventyForty seventyForty at hotmail.com
Wed Aug 6 07:50:02 PDT 2003


Hello FreeBSD Java people,

I'm new to FreeBSD.  I need to use the nio of Java 1.4.1 or above on FreeBSD.  

I'm currently using the native Java port 1.4.1 and I've just tried to run a game server I wrote which uses the nio and I got 

Exception in thread "main" java.lang.UnsatisfiedLinkError: init
        at sun.nio.ch.DevPollArrayWrapper.init(Native Method)
        at sun.nio.ch.DevPollArrayWrapper.<init>(DevPollArrayWrapper.java:59)
        at sun.nio.ch.DevPollSelectorImpl.<init>(DevPollSelectorImpl.java:54)
        at sun.nio.ch.DevPollSelectorProvider.openSelector(DevPollSelectorProvider.java:18)
        at java.nio.channels.Selector.open(Selector.java:209)
        ........
        ........

Am I write in assuming that the nio hasn't been ported yet?  If so is anyone working on it? are there any timeframes for when it might be ready?

thanks in advance

James  




More information about the freebsd-java mailing list