Hi there,

I started to work on some SMS related projects. SMSLib is the library that i am using for sending and receiving SMS messages via my Huawei GSM modem. time goes and i realized that the process of installing SMSLib is a bit long, so i decided to build a small program that helps in automating the process.


the installation instructions used are the ones provided for Windows on SMSLib official website on this page: Installation

the installer is tested on windows 7. it is written using Java. after running the program it will automatically detect the JRE_HOME. Press start to copy the files to their final destination. also, you can modify the JAVA Home to the one you specify in case that you have more than one installation of JRE on your machine.

Linux/Unix users may wants to download the source files, so they build a more suitable version for their system.


Files to be copied:

  • comm.jar                          —–>  lib/ext/  —–>   options 1 and 3
  • win32com.dll                   —–>  bin/       —–>    options 1 and 3
  • javax.comm.properties   —–>  lib/         —–>   options 1 and 3
  • commons-net-2.0.jar      —–>  lib/ext/  —–>    all options
  • jsmpp-2.1.0.jar                —–>  lib/ext/   —–>   all options
  • log4j-1.2.16.jar                —–>  lib/ext/  —–>    all options
  • RXTXcomm.jar                 —–>  lib/ext/  —–>    options 2 and 3
  • rxtxParallel.dll                  —–>  bin/       —–>    options 2 and 3
  • rxtxSerial.dll                     —–>  bin/       —–>    options 2 and 3


Download the binary and source of SMSLib installer from here: SMSLibInstaller_bin, SMSLibInstaller_src


all the best :)

Related Posts

  1. SMSLib throws Exception at readMessagesPDU
  2. my batch Image Converter using java imageIO
  3. java imageBox (0.0.6)
  4. easy java image Box, my way
  5. add jFileChooserFilter to your java code
Print This Post