From owner-freebsd-java@FreeBSD.ORG Wed Aug 6 07:50:01 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9DAD37B401 for ; Wed, 6 Aug 2003 07:50:01 -0700 (PDT) Received: from hotmail.com (law14-oe73.law14.hotmail.com [64.4.20.208]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29B8443FB1 for ; Wed, 6 Aug 2003 07:50:01 -0700 (PDT) (envelope-from seventyforty@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Wed, 6 Aug 2003 07:50:01 -0700 Received: from 195.92.67.75 by law14-oe73.law14.hotmail.com with DAV; Wed, 06 Aug 2003 14:50:00 +0000 X-Originating-IP: [195.92.67.75] X-Originating-Email: [seventyforty@hotmail.com] From: "SeventyForty" To: Date: Wed, 6 Aug 2003 15:47:34 +0100 Organization: SeventyForty MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2720.3000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2727.1300 Message-ID: X-OriginalArrivalTime: 06 Aug 2003 14:50:01.0145 (UTC) FILETIME=[035F1290:01C35C2A] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: java nio stuff X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: SeventyForty List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Aug 2003 14:50:02 -0000 Hello FreeBSD Java people, I'm new to FreeBSD. I need to use the nio of Java 1.4.1 or above on = FreeBSD. =20 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=20 Exception in thread "main" java.lang.UnsatisfiedLinkError: init at sun.nio.ch.DevPollArrayWrapper.init(Native Method) at = sun.nio.ch.DevPollArrayWrapper.(DevPollArrayWrapper.java:59) at = sun.nio.ch.DevPollSelectorImpl.(DevPollSelectorImpl.java:54) at = sun.nio.ch.DevPollSelectorProvider.openSelector(DevPollSelectorProvider.j= ava: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 =20