Serial ports on Mac OS X

While doing some development in Java (using RXTX like the Arduino IDE does), I always had errors like this one: Caused by: gnu.io.PortInUseException: Unknown Application at gnu.io.CommPortIdentifier.open(CommPortIdentifier.java:354) at com.rapplogic »