How to deploy Java Communications API

I am developing a Java application with Eclipse RCP that requires the Java API. Now that I need to configure javax.comm first (install javax.comm.properties, win32comm.dll and comm.jar), my question ist: how do I deploy my application to make sure javax.comm is configured on the user machine? Should I provide an installer that performs the configuration, or should I allow the application itself to export files to the appropriate directories?

I have never done this before, so I would appreciate any help.

thanks

+3
source share
2 answers

RXTX Java Comm, , . RXTX , . Wiki. Eclipse 3.3, 3.5.

+1

? , JAR? JAR manifest.mf Class-Path, , , ( JAR). javax.comm readme.txt .

0

Source: https://habr.com/ru/post/1723485/


All Articles