-
Notifications
You must be signed in to change notification settings - Fork 12
/
README
43 lines (36 loc) · 1.59 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
############################################
SMS DURA API WRAPPER
############################################
@author: Harsha Siriwardena (http://harshadura.github.io)
@license: Apache License (see LICENSE file)
Credits: SMSLib (http://smslib.org)
smsdura jar class: https://gist.github.com/harshadura/4702043
Guide: http://goo.gl/aqwSu
---------------------------
Required Software
---------------------------
(01) Java 1.6
---------------------------
Prerequisites
---------------------------
Java Communications Library
Java Comm Installation
RxTx Installation
Apache log4j
Apache Jakarta Commons - NET
JSMPP Library
---------------------------
External Configurations for the JVM on the targeted machine. (Strictly Recommended!)
[These files can be found in <extras> folder of the Project path.)
---------------------------
Java Comm Installation <comm dir>
-----------------------------------
File comm.jar should go under JDKDIR/jre/lib/ext/ [Normally JDKDIR can be found in > C:\Program Files\Java]
File javax.comm.properties should go under JDKDIR/jre/lib/
Library files (i.e. win32com.dll for Win32 or the .so Linux library files) should go under JDKDIR/jre/bin/
If you have a separate JRE directory, do the same copies for the JREDIR directory!
RxTx Installation <rxtx dir>
-----------------------------------
File RXTXcomm.jar should go under JDKDIR/jre/lib/ext/
The necessary library (e.g.. for Linux 32bit, the librxtxSerial.so) should go under JDKDIR/jre/bin/
If you have a separate JRE directory, do the same copies for the JREDIR directory!