I want to include SMSLib in java and there are certain requirements to accomplish that. i followed the instructions but i found that i must include apache-jakarta as one of the steps, but i can't find apache-jakarta anywhere to download, and in the main website i got a something like jakarta retired. any one know how to get rid of that issue as without it even the main SMSLib packages didn't recognized:

import org.smslib.Library;
import org.smslib.OutboundMessage;
import org.smslib.Service;
import org.smslib.http.BulkSmsHTTPGateway;
有帮助吗?

解决方案

From webpage of smslib.org.

Prerequisites

To use SMSLib, you should install the following components:

  • SUN JDK 1.6 or newer.
  • Java Communications Library.
  • Apache ANT for building the sources.
  • Apache log4j.
  • Apache Jakarta Commons - NET.
  • JSMPP Library

Apache Jakarta Commons - NET is found at http://commons.apache.org/proper/commons-net/

其他提示

Most of the "Jakarta" stuff has moved into Apache Commons (http://commons.apache.org/)

What are the specific libraries required?

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top