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

[442 byte] By [kcj989a] at [2007-11-26 15:34:03]
# 1

Check that the directory where you copied the comm.jar

is the same as that being used by JCreator.

i.e. which jdk does the JCreator use?

I have not worked with JCreator, but have used javax.comm

on windows as well as Linux platforms.

Linux platform would require rxtx also to be installed.

PMJaina at 2007-7-8 21:51:15 > top of Java-index,Java Essentials,New To Java...