From owner-freebsd-java@FreeBSD.ORG Wed Sep 1 14:26:47 2004 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 7C0C316A4CE for ; Wed, 1 Sep 2004 14:26:47 +0000 (GMT) Received: from arabica.esil.univ-mrs.fr (arabica.esil.univ-mrs.fr [139.124.41.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3368843D31 for ; Wed, 1 Sep 2004 14:26:46 +0000 (GMT) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: from arabica.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1])i81EQi2C080760 for ; Wed, 1 Sep 2004 16:26:44 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) Received: (from rv@localhost) by arabica.esil.univ-mrs.fr (8.12.10/8.12.10/Submit) id i81EQheC080759 for freebsd-java@freebsd.org; Wed, 1 Sep 2004 16:26:43 +0200 (CEST) (envelope-from herve.quiroz@esil.univ-mrs.fr) X-Authentication-Warning: arabica.esil.univ-mrs.fr: rv set sender to herve.quiroz@esil.univ-mrs.fr using -f Date: Wed, 1 Sep 2004 16:26:43 +0200 From: Herve Quiroz To: freebsd-java@freebsd.org Message-ID: <20040901142643.GA80717@arabica.esil.univ-mrs.fr> Mail-Followup-To: freebsd-java@freebsd.org References: <20040831120745.L66028@hawat.cc.ubbcluj.ro> <20040901072358.GA45042@anyware12.anyware> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040901072358.GA45042@anyware12.anyware> User-Agent: Mutt/1.4.2.1i Subject: Re: Java Communication API for FreeBSD Input Stream Problem X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2004 14:26:47 -0000 Jean-Baptiste, On Wed, Sep 01, 2004 at 09:24:01AM +0200, Jean-Baptiste Quenot wrote: > You may want to give a try to RXTX, I have ported it to FreeBSD: > > http://caraldi.com/jbq/ports/rxtx/ > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/65396 > > Basically, RXTX is an open-source implementation of Java Comm API, and > AFAICT it works right out of the box! See contrib/SimpleRead.java in > the source distribution for a simple example that just works. > > If you will to use it, could you please consider mentioning it to > freebsd-java so that the port gets committed into the FreeBSD ports > tree? I'll handle the PR ASAP (I'm working on fixing javamail and jaf ATM). Still, as I am not quite used to Comm API, I would be glad if other people could test the port and report on the list (just as you said) so we can get this commited. Herve