summaryrefslogtreecommitdiff
path: root/java/client/example/src
diff options
context:
space:
mode:
Diffstat (limited to 'java/client/example/src')
-rwxr-xr-xjava/client/example/src/main/java/runSample.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/java/client/example/src/main/java/runSample.sh b/java/client/example/src/main/java/runSample.sh
index 6be8636c45..d596f0a924 100755
--- a/java/client/example/src/main/java/runSample.sh
+++ b/java/client/example/src/main/java/runSample.sh
@@ -41,8 +41,6 @@ CLASSPATH="$CLASSPATH$DIVIDER$."
# Set VM parameters
QPID_PARAM="$QPID_PARAM -Dlog4j.configuration=file://$QPID_SAMPLE/log4j.xml"
-# Set arguments
-QPID_ARGS="$QPID_ARGS -providerURL $QPID_SAMPLE/sample.properties"
# Check if the user supplied a sample classname
if test "'x$1'" = "'x'"
@@ -50,5 +48,5 @@ then
echo "No sample classname specified"
exit;
else
- java -cp $CLASSPATH $QPID_PARAM $* $QPID_ARGS
+ java -cp $CLASSPATH $QPID_PARAM $*
fi \ No newline at end of file