I have a small piece of code that requires javax.comm api for serial port communication. This is what i have done.
Placed the comm.jar file in the jre/lib/ext directory.
Placed the javax.comm.properties file in the jre/lib directory.
Placed the win32com.dll in the jre/bin directory.
But am getting an error
Error loading win32com: java.lang.UnsatisfiedLinkError: no win32com in java.library.path.
Am i missing some thing?