SMSLib INSTALLER (.Net/Java)
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


about 3 months ago
Hi,
May I propose a small correction?
JavaComm and RxTx is an either-or situation. Use one or the other, but not both!
Regards from SMSLib
about 3 months ago
Thanks for the correction. i will be sure to update the current version.
about 3 months ago
for windows7 users, please check the permissions of the JRE folder before running the installer.