diff options
Diffstat (limited to 'qpid/java/README.txt')
| -rw-r--r-- | qpid/java/README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qpid/java/README.txt b/qpid/java/README.txt index 918566de20..b3c65abec9 100644 --- a/qpid/java/README.txt +++ b/qpid/java/README.txt @@ -22,3 +22,13 @@ Execute the unit tests and then produce the code coverage report For more details on how to build see: https://cwiki.apache.org/confluence/display/qpid/Qpid+Java+Build+How+To + +==== Running client examples ===== + +Use maven to copy the dependencies for the examples: + + mvn clean package dependency:copy-dependencies -DskipTests + +Now you can run the examples as follows: + + java -cp "client/example/target/classes/:client/example/target/dependency/*" org.apache.qpid.example.Drain |
