diff options
| author | Jonathan Robie <jonathan@apache.org> | 2009-08-18 14:02:21 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2009-08-18 14:02:21 +0000 |
| commit | ed4f7752558f3e7096152580f36ae40aecca6e0b (patch) | |
| tree | 2ec947923b41811ac4916baf87582046145a2daa /java/client/example | |
| parent | 7a7873bee7fb5d5d56d24028d3fe192f862ff500 (diff) | |
| download | qpid-python-ed4f7752558f3e7096152580f36ae40aecca6e0b.tar.gz | |
Clarified for users who do not run the Java broker on the same machine
as client examples.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@805418 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/client/example')
| -rw-r--r-- | java/client/example/src/main/java/README.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/java/client/example/src/main/java/README.txt b/java/client/example/src/main/java/README.txt index c9367b706d..c99c3fddec 100644 --- a/java/client/example/src/main/java/README.txt +++ b/java/client/example/src/main/java/README.txt @@ -3,14 +3,15 @@ variables, QPID_HOME and QPID_SAMPLE. If not the default values will be used. QPID_HOME --------- -This is the distribution directory. You would have set the QPID_HOME when you -started the Qpid Java broker. +This is the directory that contains the QPID distribution. If you are running the Qpid +Java broker on the same machine as the examples, you have already set QPID_HOME to this +directory. default: /usr/share/java/ QPID_SAMPLE ----------- -This is the parent directory of the directory in which you find the runSample.sh +This is the parent directory of the 'java' directory in which you find 'runSample.sh' (Ex:- $QPID_SRC_HOME/java/client/example/src/main) default: $PWD |
