A java developer who want to send SMS ,may use SMSLib project.
SMSLib requires to set up :
javacomm
library (if it is windows plateform)rxtx
library (if it is linux plateform ) by adding it in JDK library See documentation
My question is : How can i set up RxTx library under ubuntu ?
ou can use the command in Terminal:
It simple download the files to your system, but Java not know where is it! To work with installed RxTx, you have to setup Build Path to compile the code, and copy the binaries (.so files) to java library path.
To learn how to do it please check this.