In order to communicate with my serial port I downloaded rxtx for windows 64 bit and pluged into my eclipse. Everything looks fine. But while I'm debugging it when it comes to
SerialPort serialPort = (SerialPort) portIdentifier.open("ListPortClass", 300);
int b = serialPort.getBaudRate();
it goes to class file editor and says rxtxport.class not found. What could be the issue?