OpenJDK Regression Test Harness (jtreg) - open source
Mark Wielaard
mark at klomp.org
Mon May 5 11:39:41 UTC 2008
Hi,
On Sun, 2008-05-04 at 18:56 -0700, Jonathan Gibbons wrote:
> The intent is to say that I do not know of an suitable unencumbered
> implementation of the javax.comm classes. Sun provides an
> implementation, but it is old and barely supported.
>
> There is an open source implementation of those classes in a different
> package -- in gnu.io. So for each class in javax.comm that JTHarness
> would otherwise use, there is an equivalent class in gnu.io,
There is http://www.rxtx.org/ from Trent Jarvi which provides the gnu.io
version. There is also the GNU ClasspathX javax.comm (based on rxtx) by
Chris Burdess at: ftp://ftp.gnu.org/gnu/classpathx/
[I haven't tried this yet with jtreg]
There are different javax.comm API versions, not all of them are
compatible, which is why rxtx created their own interfaces in gnu.io.
See also http://mailman.qbang.org/pipermail/rxtx/20051216/001960.html
Cheers,
Mark
More information about the discuss
mailing list