Date: Wed, 6 Aug 2003 15:47:34 +0100 From: "SeventyForty" <seventyForty@hotmail.com> To: <freebsd-java@freebsd.org> Subject: java nio stuff Message-ID: <Law14-OE73Pn5Y8IdwP0000876f@hotmail.com>
index | next in thread | raw e-mail
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
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Law14-OE73Pn5Y8IdwP0000876f>
