> Is anybody aware of any issues with this configuration. I have used it
> with JDK 1.4 and XP before.
It should work if you copy the files like this:
win32com.dll <JRE_HOME>\bin\
javax.comm.properties <JRE_HOME>\lib\
comm.jar <JRE_HOME>\lib\ext\
comm.jar <JDK_HOME>\jre\lib\ext\
Alternatively, you can skip the last two lines if you put the jar-file
in your CLASSPATH, which in my opinion is not the right way to do it.

Signature
Kimmo Tuukkanen
http://users.tkk.fi/~katuukka/
LG - 09 Oct 2005 04:18 GMT
>> Is anybody aware of any issues with this configuration. I have used it
>> with JDK 1.4 and XP before.
[quoted text clipped - 8 lines]
> Alternatively, you can skip the last two lines if you put the jar-file
> in your CLASSPATH, which in my opinion is not the right way to do it.
Thank you Kimmo !!!
javax.comm.properties <JRE_HOME>\lib\
Was the problem.
Cheers from down under,
Leo