如何获得javax.comm API



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

谁能告诉我在哪里找到javax.comm和在哪里放置,这样就不会有编译错误。

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

官方3.0下载(solaris, 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文档)。

使用RXTX

在Debian上通过输入

安装librxtxt -java
sudo apt-get install librxtx-java

在Fedora或Enterprise Linux上通过输入

安装rxtx
sudo yum install rxtx

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

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

我在Netbeans中发现的另一种简单方法右键单击您的项目>libraris,单击add jar/folder添加您的com .jar,然后完成。

如果你没有com .jar从>>> http://llk.media.mit.edu/projects/picdev/software/javaxcomm.zip下载

ubuntu

 sudo apt-get install librxtx-java then 

将RXTX jar文件添加到

项目中
 usr/share/java

相关内容

  • 没有找到相关文章

最新更新