Updates:
Labels: -Type-Defect Type-Other
Comment #1 on issue 1 by
hont...@flyordie.com: How to supply the
If I understand you, you intend to embed jddclient into another
application. It was not designed for this, but it does not seem to be too
difficult to modify it. I assume that you do not want to use the original
jddclient command line to pass parameters.
The key class is jddclient.run.Initializer. It parses the command line and
also parses the configuration file. You only need its second function. I
would recommend to you to copy this class and modify it according to your
needs.