From owner-freebsd-java Wed Aug 23 5: 2:46 2000 Delivered-To: freebsd-java@freebsd.org Received: from osku.suutari.iki.fi (osku.syncrontech.com [213.28.98.4]) by hub.freebsd.org (Postfix) with ESMTP id 43F9D37B423 for ; Wed, 23 Aug 2000 05:02:43 -0700 (PDT) Received: from coffee (adsl-nat.syncrontech.com [213.28.98.3]) by osku.suutari.iki.fi (8.9.3/8.9.3) with SMTP id PAA30356; Wed, 23 Aug 2000 15:02:40 +0300 (EEST) (envelope-from ari@suutari.iki.fi) Message-ID: <001101c00cfa$09b50730$0e05a8c0@intranet.syncrontech.com> From: "Ari Suutari" To: Cc: Subject: JDK 2 Patchset 10 + FreeBSD_CommAPI Date: Wed, 23 Aug 2000 15:02:40 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, Has anyone been trying to use FreeBSD commapi from http://student.ulb.ac.be/~jdricot/commapi/ with current JDK2,patchset 10 ? I have been using it with old JDK 1.1.8 to access a weather station (from www.ibutton.com) and it works OK. However, when using jdk2, the program hangs during initialization. After some debugging, it seems that basic primitives (open, read, write) work as usual, but the weather station java package seems to use various notify -services available in java comm API. These are implemented as a select loop in native code, which also seems to work but it looks like some other threads are stuck or something. (In case nobody has any ideas to solve this, I'll try to dig deeper myself) Ari S. -- Ari Suutari Lemi, Finland To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message