Thu, 3 Feb 2011 11:28:29 +0000 -n "Kakarla, Manoj" <[email protected]> írta:
> I have read the tutorial, but the problem is to use the class, it > need to be in the Jar which is not. Have you seen the "Prerequisite" section? Useful Information Before accessing serial port from a Java program you need a native library (.DLL or .so depending of your OS). MINA use the one from RXTX.org : ftp://ftp.qbang.org/pub/rxtx/rxtx-2.1-7-bins-r2.zipjust put the good .dll or .so in the jre/lib/i386/ path of your JDK/JRE or use the -Djava.library.path= argument for specify where you placed the native libraries
