henplus needs commons-lang 1.0
Friday, January 11th, 2008For a long time, I use the command line jdbc client henplus. Unhappily, the last release is now “old” and uses libraries which becomes older and older.
For example, it requires commons-cli 1.0 … But for few days, the commons-cli package provided by debian is now the release 1.1. The henplus debian package is no longer buildable. If henplus is already installed, it fails to start and exits silently after displaying the usage help.
So .. I’m using the following workaround :
- Download the commons-cli 1.0 binary files
- Install the
commons-cli-1.0.jarin a good place - Start henplus (or make the needed script) with :
CLASSPATH=/path/to/commons-cli-1.0.jar henplus
Installing the commons cli jar into the .henplus/lib directory doesn’t fix the problem. The CLASSPATH isn’t built in the required order for that.
@apeignier