- 浏览: 818102 次
- 性别:
- 来自: 北京
文章分类
最新评论
-
yuhanwm910731:
我现在需要实现复选(非级联选择)的树形下拉菜单,麻烦发给我一份 ...
extjs3.X支持树型的下拉控件 -
shine1200:
“所以咱们现在设置的虚拟路径“/message/upload/ ...
weblogic虚拟路径的配置和使用(2) -
icefireforest:
Fangrn 写道jx_dream 写道楼主,我最近在做树形下 ...
extjs3.X支持树型的下拉控件 -
cloudfile:
谢谢分享!
c++库c#调用开发时需要注意的一点 -
xuweilinbegin:
我也要一份哦:xuweilin15353@163.com,谢谢 ...
extjs3.X支持树型的下拉控件
From Rxtx
<!-- start content -->This page is for general content regarding the use of rxtx. Feel free to add your own content.
I wrote an app several months ago using javax.comm on windows. Sun has left me high and dry. rxtx help!
- download ftp://ftp.qbang.org/pub/rxtx/rxtx-2.1-7-bins-r2.zip
- unzip it
- copy rxtxSerial.dll into your c:\program files\java\jre-version\bin dir
- copy RXTXcomm.jar into your c:\program files\java\jre-version\lib\ext dir
- change all references from 'javax.comm' to 'gnu.io'
- recompile
- test
Dido Sun left me Hi and dry. After 30+ hours wasting my life on javax.comm it is the RXTXcomm 2.1.7 that really worked the first time
REMEMBER !! for the newbies Change the all occurences of the import javax.comm.*; in MyApps.java TO import gnu.io.*; I did not even have to recompile as suggested the rxtxSerial.dll
a job well done for the rxtx.org team.
Even after following the above instructions, under Netbeans 5.5 on Windows, I needed to right-click Libraries under Projects on the left hand side of the screen, and select Add JAR/Folder, picking the RXTXcomm.jar file. Only then did my "import gnu.io.*;" become a valid command. Also, I got a run-time error where it failed to load the rxtxSerial.DLL library because it couldn't find it. I needed to right-click the project name, select properties, select Run under categories, and ...
add a VM Options: entry of -Djava.library.path="C:/where-ever-you-stuck-rxtxSerial.DLL-file;%PATH%" While I'm sure there is more than one way of adding the directory to your path, this worked for me. Note I did the default NetBeans 5.5/JDK 1.6.0 isntall accepting all the default options(ie clicking next until I got to finish), so I haven't modified my java paths or anything.
Using RXTX In Eclipse
From Rxtx
<!-- start content -->This is how I add and use RXTX in Eclipse for Win32 Projects, there are probably other ways but it works for me. mailto:seaton@gateway.net.au
- Copy RXTXcomm.jar file and dll files to the lib directory of your project
- Under Project | Properties | Java Build Path | Libraries
- click Add JARs... Button
- Select the RXTXComm.jar from lib directory
- Jar should now be in the Build Path
- expand the RXTXComm.jar entry in the list and select "Native Library Location"
- Select the project lib directory and apply
Be careful when using System.in.read() and rxtx in win32; It can trip across a known JRE deadlock (http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4809647 ) bug
Deploying JAVA with RXTX
From Rxtx
<!-- start content -->Saving the RXTX jar-file and DLL in the JRE is not optimal if you indend to distribute your JAVA application and do not want to bundle it with a customized JRE.
Windows
For Windows, the Janel (http://sourceforge.net/projects/janel ) JAVA launcher can be used.
- create a directory for your application, and save the Janel executable and lap-file to it;
- create a subfolder named "classes" and save the jar-file of your application as well as the RXTXcomm.jar in it;
- create a subfolder named "lib" and save the rxtxSerial.dll to it;
- make the following entries in the lap-file:
- "-Djava.class.path=;${SELF_HOME}\classes\YourApp.jar;${SELF_HOME}\classes\RXTXcomm.jar;"
- "janel.main.class=YourAppMainClass"
- "janel.library.path.dir=${SELF_HOME}\lib"
unjar
It should be possible to unjar the RXTXcomm.jar and then add the .classes into YourApp.jar. This should eliminate the secon .jar and the need to modify java.class.path. Please clarify the steps if you pursue this.
I was successful in doing this on my Mac. First, unzip the RXTX.jar file. I didn't try unjar, as unzip worked fine. Then, place the gnu folder in the same folder as your application jar file. Execute the following command from the command line:
jar uvf Your_Apps_Name_here.jar gnu
to update the jar with the contents of the classes in the gnu folder. Your app will now run by double clicking on it, provided the .dll or .jnilib library is in the same folder. I would love to include the OS specific libraries in the jar for a single, monolithic package, but after researching this on the web, it is apparently very difficult at best and probably impossible.
Other Platforms
It would be great if someone with access to Linux boxes could provide us with similar recipes for their operating system.
The above unjar instructions and subsequent jars worked fine for my app on both Mac and Windows machines.
<!-- Saved in parser cache with key rxtxdb:pcache:idhash:945-1!1!0!1!0!1!0!!en and timestamp 20070424145924 -->两个库都可以在Eclipse下随项目跑,相信在纯项目中也可以做到。
发表评论
-
提供IT系统运维支持、系统优化方案
2012-10-26 14:46 6提供IT系统运维支持、系统优化方案,有多个运维实施经验。 ... -
Java指定编码读写文件(UTF-8)
2010-11-30 14:00 3132有时我们需要程序动态生成jsp文件,采取系统默认的编码操作的文 ... -
was6.0发布struts2项目异常
2010-11-18 18:39 2015[10-11-18 18:31:33:609 CST] 000 ... -
利用spring提供的字符编码过滤器
2010-11-14 11:55 2052<!-- spring的字符集过滤器 --> ... -
简单的几句CSS布局口诀
2010-11-10 16:41 1056简单的几句CSS布局口诀,就可以写出精简,标准的样式。 ... -
commons-email笔记
2010-11-10 14:38 1402import java.io.UnsupportedE ... -
如何解决 调用jar程序时出现 outofMemory的问题
2010-10-29 12:02 1277我们在调用 打包好的java程序时,如果程序要加载大量数据的话 ... -
GC策略的调优
2010-09-30 22:30 1655GC 策略在 G1 还没成熟的情况下,目前主要有串行、并 ... -
关于Spring和WebLogic版本兼容的一点小提示
2010-09-30 16:31 2096首先 WebLogic 的各个版本和 JDK 绑定的很紧, 或 ... -
删除WebLogic 10的缓存
2010-09-30 16:07 4671在WebLogic 10上部署了一个应用,最近作了更新并重新部 ... -
weblogic如何强制先加载web-inf/lib下的jar
2010-09-30 16:05 4831方法1: 修改WEB-INF\weblogic.xml (如 ... -
用Log4j自动生成日志
2010-09-27 13:28 1676Log4j是Apache基金会的一 ... -
java smslib发送短信
2010-09-10 10:02 1656public class SendMessage { ... -
Spring定时器的两种实现方式
2010-09-01 21:07 1532有两种流行Spring定时 ... -
使用 Commons-Email 在邮件内容中直接嵌入图片
2010-08-31 20:25 1361我们在发送邮件的时候,如果使用HTML在邮件内容中嵌入图片,& ... -
Struts2中转换Date类型的问题
2010-08-29 09:43 1396Web开发会涉及到很多类型转换的情况。我们知道,页面中的一切值 ... -
java smslib 发送短信错误信息
2010-08-25 15:02 4270org.smslib.GatewayException: GS ... -
javascript汉字转拼音代码
2010-08-22 08:21 4611使用方法(1):pinyin.go('汉字'); //例:张家 ... -
关于IE等浏览器在下载JAR文件时的,将后缀更改为zip等问题及解决方案
2010-08-03 12:19 1237httpd.conf这个文件中的mime.types上面,打开 ... -
一句代码解决IE8兼容问题
2010-07-24 15:46 1655这篇文章就是寻求最简单的方法解决ie8兼容问题,当然这只是最简 ...
相关推荐
javax.comm 是一个Java API,它提供了与串行通信硬件...在使用过程中,需要考虑兼容性和替代方案,因为现代的Java开发可能更多地依赖于如RXTX、JSerialComm这样的第三方库,它们提供了更现代的API和更好的跨平台支持。
对于现代的Java应用,开发者可能会转向第三方库,如RXTX或JSerialComm,这些库提供了更广泛的支持和更好的跨平台兼容性。 总的来说,`comm.jar`是Java实现串口通信的基础,虽然存在一些限制,但在许多旧项目或特定...
这个库是针对Sun Microsystems的CommAPI(javax.comm命名空间)的一个扩展和替代,使得开发者可以在Java应用程序中方便地访问串行端口。RXTX 2.0 版本是对该库的重大更新,它提升了性能,增加了新的功能,并修复了前...
`javacomm20-win32.rar`这个压缩包包含了一个适用于Windows系统的Java串口通信组件,它允许Java应用程序通过串行端口与外部设备进行数据交换。`javacomm20`是这个库的版本号,暗示这是一个较早的实现,可能针对JDK ...
Java串口通信(JAVA串口COMM包)是Java平台中用于实现串行通信的一个关键工具,主要用于设备间的低级通信,如与打印机、Modem、GPS等硬件设备交互。这个包由Java Micro Edition (Java ME) 提供,使得开发者能够在...
6. **兼容性和测试**:由于javax.comm的过时和rxtx的跨平台特性,开发者需要在目标系统上进行充分的测试,确保通信功能在所有支持的环境中都能正常工作。 综上所述,这个压缩包提供的是两个关键的Java通信库,适用...
总之,Java Comm API为Java开发者提供了一种跨平台的方式来实现串口通信,尤其在J2ME环境下,对于嵌入式设备和物联网应用来说非常重要。通过这个库,开发者可以编写应用程序,实现与硬件设备的交互,例如读写传感器...
总的来说,Java Comm API为Java开发者提供了一种跨平台的途径,去与硬件设备进行通信,特别是在需要控制串行设备或实现自动化系统时,它是非常有用的工具。虽然它可能需要更多的配置和对底层硬件的理解,但其标准化...
它实现了Java Communications API(javax.comm),使得开发者可以使用标准的API进行串口操作。 2. **SerialPort**: 这个类代表串行端口,提供了打开、关闭、读取、写入数据以及配置串口参数的方法。开发者可以通过...
4. **兼容性问题**: 由于Java Comm API依赖于操作系统提供的底层驱动,因此它的跨平台性受到一定限制。在Windows、Linux和Mac OS上,可能需要安装额外的驱动程序或库才能使Java Comm API正常工作。 5. **应用领域**...
5. **跨平台兼容**:尽管JavaComm在不同操作系统上可能需要不同的驱动支持,但其API设计是统一的,这使得编写跨平台的通信程序变得容易。 **使用JavaComm的注意事项**: 1. **驱动安装**:在某些平台上,可能需要...
Java通信API(Comm API)是Java平台上的一个接口,用于实现与硬件设备,特别是串行和并行端口的通信。这个API使得开发者能够用Java编写应用程序,与各种硬件设备进行交互,比如打印机、调制解调器或者自定义的硬件...
RXTX是一个跨平台的Java库,支持串行(Serial)和并行(Parallel)通信。它提供了一组与Java标准的`javax.comm`包相类似的API,但功能更强大,兼容性更好,尤其是在Linux和Mac OS X等非Windows平台上。在Windows系统...
5. **兼容性**:RXTX库兼容Java串行接口规范,可以与Java Communications API (javax.comm)无缝协作。 SMPP(Short Message Peer-to-Peer)协议,是专为短信服务设计的一种应用层协议,常用于短信网关。它允许服务...
此外,开源项目Rxtx提供了跨平台的串口通信解决方案,但本文将重点介绍如何在Windows平台下使用Java Communication API进行串口通信。 ### 一、前期准备 #### 1.1 下载Java Communication包 Java Communication包...
然而,需要注意的是,`javax.comm`库在Java 6之后不再维护,因此可能需要寻找替代方案,如RXTX库,这是一个开源的、跨平台的串行通信API,支持Windows、Linux和Mac OS X等操作系统。 接下来,你需要理解Modbus协议...
这些接口和类为Java应用程序提供了一个标准的、跨平台的方式来控制串行和并行通信。 2. **Platform-specific drivers**: Java Comm API依赖于特定操作系统的驱动程序来实现实际的串行通信。对于Windows平台,这个...
Java提供了多种方式来实现设备通信,如使用Java Native Interface (JNI) 调用本地库,或者利用Java的串口通信库如RXTX或javax.comm来处理串口数据。对于精伦设备,可能需要通过特定的通信协议,如TCP/IP或串行接口...
RXTX提供了一个与`javax.comm`兼容的API,支持跨平台的串行通信。要在Java项目中使用RXTX,你需要下载对应的JAR文件并将其添加到项目的类路径中。 接下来,我们来看看如何设置和使用串行端口。首先,我们需要获取...
SUN公司在1998年发布的Java串口API提供了跨平台的串行端口访问功能。这个API包含在`comm2.0.jar`和`comm3.0.jar`两个版本中,分别适用于不同的操作系统。其中,`comm2.0.jar`是早期版本,主要针对Windows环境;而`...