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
source
share