Rick Salad
Rick Salad

Reputation: 83

how to use smsserver.java from smslib? I have read the docs

I am triying to save my sms to a mysql database, I added the conector mysql jar to netbeans, and I added the smsserver.java and conf files, also I created a mysql database called sms but when I run the smsserver.java just print this:

SMSLib: A Java API library for sending and receiving SMS via a GSM modem or other supported gateways.
This software is distributed under the terms of the Apache v2.0 License.
Web Site: http://smslib.org

SMSLib API version: 3.5.1
SMSServer version: 3.5.1

how It can I make to work this file? I dont understand and I have read the docs but I still dont get it, can someone help me?? indeed I send messages and I can read messages, but with this I have troubles

My structure of files is like this:

enter image description here

help very apreciated

Upvotes: 1

Views: 1356

Answers (1)

paulsm4
paulsm4

Reputation: 121799

Q: Have you tried sending or receiving any SMS messages?

Q: Have you looked at the SMSLib Wiki?

http://code.google.com/p/smslib/wiki/Documentation_Index?tm=6

Upvotes: 1

Related Questions