Javax.comm
I see that a lot of people have had trouble with installing javax.comm, and now I join that group. I am using JCreator, so is there something specific to that IDE that I need to do to correctly add javax.comm? (Currently I am getting a "package javax.comm does not exist" error when I compile).
I am using JDK 1.5.0_07 and have copied win32com.dll to .../jre/bin; comm.jar to .../jre/lib/ext; and javax.comm.properties to .../lib

