I've come across a legacy project which uses Java 1.4.2. The project contains references to javax.comm for serial port communications.
I'm now trying to run this on java 7, and find that javax.comm is not included as part of the JDK.
What I can't find is confirmation that this was ever actually part of the standard JDK or JRE distribution back in the 1.4.2 days.
I'm just trying to find out if this worked because it used to be part of the standard distribution, or if someones did some fudging years ago to get it running.
Many Thanks