如何获取javax.comm API?

发布于 2024-12-06 22:24:59 字数 150 浏览 0 评论 0原文

我最近下载了一个关于 SMS 发送的项目,但是当我尝试编译代码时,它在 import javax.comm.*; 行上出现错误。

谁能告诉我在哪里可以找到 javax.comm 以及放置在哪里,这样就不会出现编译错误。

I'd recently downloaded a project on SMS sending, but when I tries to compile the code it gives error on line import javax.comm.*;.

Can anybody tell me where to find javax.comm and where to place so that there will be no compilation error.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

长途伴 2024-12-13 22:24:59

Oracle Java 通信 API 参考 - http://www.oracle.com/technetwork /java/index-jsp-141752.html

官方 3.0 下载(Solarix、Linux)- http://www.oracle.com/technetwork /java/javasebusiness/downloads/java-archive-downloads-misc-419423.html

非官方 2.0 下载(全部):http://www.java2s.com/Code/Jar/c/Downloadcomm20jar.htm

非官方 2.0 下载(Windows 安装程序)- http://kishor15389.blogspot.hk/2011/05/how -to-install-java-communications.html

为了确保不出现编译错误,请在编译时将该文件放在类路径下(-cp命令行选项,或者检查您的 IDE 文档)。

Oracle Java Communications API Reference - http://www.oracle.com/technetwork/java/index-jsp-141752.html

Official 3.0 Download (Solarix, Linux) - http://www.oracle.com/technetwork/java/javasebusiness/downloads/java-archive-downloads-misc-419423.html

Unofficial 2.0 Download (All): http://www.java2s.com/Code/Jar/c/Downloadcomm20jar.htm

Unofficial 2.0 Download (Windows installer) - http://kishor15389.blogspot.hk/2011/05/how-to-install-java-communications.html

In order to ensure there is no compilation error, place the file on your classpath when compiling (-cp command-line option, or check your IDE documentation).

捶死心动 2024-12-13 22:24:59

使用RXTX

在 Debian 上安装 librxtx-java,输入:

sudo apt-get install librxtx-java

在 Fedora 或 Enterprise Linux 上安装 rxtx 输入:

sudo yum install rxtx

Use RXTX.

On Debian install librxtx-java by typing:

sudo apt-get install librxtx-java

On Fedora or Enterprise Linux install rxtx by typing:

sudo yum install rxtx
囍笑 2024-12-13 22:24:59

您可以在下面的链接中找到 Java Communications API 2.0

http://www.java2s.com /Code/Jar/c/Downloadcomm20jar.htm

you can find Java Communications API 2.0 in below link

http://www.java2s.com/Code/Jar/c/Downloadcomm20jar.htm

一笔一画续写前缘 2024-12-13 22:24:59

我在 Netbeans 中发现的另一种简单方法是右键单击您的项目>libraris 单击添加 jar/文件夹添加您的 comm.jar 即可完成。

如果您没有 comm.jar,请从>>下载它http://llk.media.mit.edu/projects/picdev/software /javaxcomm.zip

Another Simple way i found in Netbeans right click on your project>libraris click add jar/folder add your comm.jar and you done.

if you dont have comm.jar download it from >>> http://llk.media.mit.edu/projects/picdev/software/javaxcomm.zip

寻梦旅人 2024-12-13 22:24:59

在 ubuntu

 sudo apt-get install librxtx-java then 

上将 RXTX jar 添加到项目中

 usr/share/java

On ubuntu

 sudo apt-get install librxtx-java then 

add RXTX jars to the project which are in

 usr/share/java
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文