我正在尝试将我的短信保存到mysql数据库中,我将conector mysql jar添加到netbeans中,并添加了smsserver.java和conf文件,我还创建了一个名为sms的mysql数据库,但当我运行smsserver.java时,只需打印以下内容:
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我怎样才能处理这个文件呢?我不明白,我已经看过文档了,但我还是不明白,有人能帮我吗??的确,我发送消息,我可以阅读消息,但这方面我有麻烦
我的文件结构是这样的:

非常感谢的帮助
发布于 2012-03-15 00:08:21
问:你有没有尝试过发送或接收短信?
问:你有没有看过SMSLib维基?
http://code.google.com/p/smslib/wiki/Documentation_Index?tm=6
https://stackoverflow.com/questions/9705538
复制相似问题