javax.comm is there windows support?

I can't get javax.comm to work, and I am unsure if there is windows support for javax.comm, or what the deal is. Does anyone know if the API is even in working condition?
[178 byte] By [djuliaa] at [2007-10-3 2:40:18]
# 1
That is an interface, so I would suppose you are using the Sun reference implementation.It works. Or at least it does on some OSes.If you search you will find an open source one that, as reported on this site, is better. There are probably commercial ones as well.
jschella at 2007-7-14 19:38:40 > top of Java-index,Java Essentials,Java Programming...
# 2
Sun dropped Windows support for Java COMM at some point. There's a GNU thing called RXTX which has the same API that works on Windows, but for some reason they changed all the package names, instead of using Sun's package names and a hidden provider as God or Gosling intended.
ejpa at 2007-7-14 19:38:40 > top of Java-index,Java Essentials,Java Programming...