Java(TM) Commmunication API

Hi All,

Just now I have installed the Java(TM) communication API.

The JDK that I have been using is JDK1.3 and OS is WindowsNT 4.0 .

I have gone through the installation instructions and have followed them:

1.win32com.dll has been placed in <jdk>\jre\bin

2.comm.jar has been placed in <jdk>\jre\lib\ext

3.javax.comm.properties has been placed in <jdk>\jre\lib

Still when the sample program(BlackBox) that is shipped along with the JDK extension is run , it is unable to find serial ports.

Output of the program is:

No serial ports found!

What could be the reason. Thanks in advance,

regards,

Ashoke Taru Bhowmick

eMail: ashoke.bhowmick@rti.DaimlerChrysler.COM

[769 byte] By [ashoktaru] at [2007-9-26 3:21:55]
# 1
Hello,well, try starting your application calling the JVM placed in <jdk>\jre\bin\e.g.<jdk>\jre\bin\java MyApplication Antonio.
pintux at 2007-6-29 11:39:10 > top of Java-index,Desktop,Deploying...
# 2
That worked for me, and i' ve tried so many other solutions in this Forum. Good man, Cheers
baldeagle1999 at 2007-6-29 11:39:10 > top of Java-index,Desktop,Deploying...
# 3
Hi, AntonioI had the same problem and your solution worked well.But could you please explain why we have to call the interpeter placed in <jdk>\jre\bin\ instead <jdk>\bin\ ?What is the difference ?Thanks and regards
thinktwice at 2007-6-29 11:39:10 > top of Java-index,Desktop,Deploying...