简体   繁体   English

如何找到apache-jakarta?

[英]How to find apache-jakarta?

I want to include SMSLib in java and there are certain requirements to accomplish that. 我想在java中包含SMSLib,并且有一些要求可以实现这一点。 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. 我按照指示,但我发现我必须包括apache-jakarta作为其中一个步骤,但我找不到apache-jakarta任何地方下载,并在主网站我得到了像雅加达退休的东西。 any one know how to get rid of that issue as without it even the main SMSLib packages didn't recognized: 任何人都知道如何摆脱这个问题,因为没有它甚至主要的SMSLib包没有被识别:

import org.smslib.Library;
import org.smslib.OutboundMessage;
import org.smslib.Service;
import org.smslib.http.BulkSmsHTTPGateway;

Most of the "Jakarta" stuff has moved into Apache Commons ( http://commons.apache.org/ ) 大多数“雅加达”的东西都搬进了Apache Commons( http://commons.apache.org/

What are the specific libraries required? 需要什么具体的库?

From webpage of smslib.org. 来自smslib.org的网页。

Prerequisites 先决条件

To use SMSLib, you should install the following components: 要使用SMSLib,您应该安装以下组件:

  • SUN JDK 1.6 or newer. SUN JDK 1.6或更新版本。
  • Java Communications Library. Java通信库。
  • Apache ANT for building the sources. Apache ANT用于构建源代码。
  • Apache log4j. Apache log4j。
  • Apache Jakarta Commons - NET. Apache Jakarta Commons - NET。
  • JSMPP Library JSMPP图书馆

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 雅加达 EE 和 Apache Shiro - Jakarta EE with Apache Shiro Jakarta Server Pages 找不到属性 - Jakarta Server Pages doesnt find property 如何在 Jakarta EE 应用程序中激活我自己的 Jakarta HttpAuthenticationMechanism 实现 - How to activate my own Jakarta HttpAuthenticationMechanism implementation in Jakarta EE app Jakarta/Java EE 兼容性如何工作? - How does Jakarta/Java EE compatibility work? 如何在 Wildfly 21 上配置 Jakarta 持久性 - How to configure Jakarta persistence on wildfly 21 如何同时使用 Java EE 和 Jakarta EE? - How to use Java EE and Jakarta EE together? 如何访问 jakarta 验证约束默认消息? - How to access jakarta validation constraints default messages? 如何在Spring应用程序上下文中注入Jakarta枚举? - How to inject a Jakarta enums in a Spring application context? 在 AMQP 组件中的 Apache Camel XML DSL 中配置 Apache Qpid JMS (jakarta.jms) connectionfactory - Configure Apache Qpid JMS (jakarta.jms) connectionfactory in Apache Camel XML DSL in AMQP component Jakarta Commons HTTPClient无法使用php在我的Apache服务器上发送发布请求 - Jakarta commons HTTPClient can't send a post request on my apache server with php
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM