diff options
-rwxr-xr-x | java/broker/bin/qpid-server | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/broker/bin/qpid-server b/java/broker/bin/qpid-server index 5c7e4182b6..318a83e4cc 100755 --- a/java/broker/bin/qpid-server +++ b/java/broker/bin/qpid-server @@ -34,7 +34,7 @@ if [ -z "$QPID_PNAME" ]; then fi # Set classpath to include Qpid jar with all required jars in manifest -QPID_LIBS=$QPID_HOME/lib/qpid-all.jar:$QPID_HOME/lib/bdbstore-launch.jar +QPID_LIBS=$QPID_HOME/lib/qpid-all.jar # Set other variables used by the qpid-run script before calling export JAVA=java \ |