diff --git a/sca-java-2.x/trunk/samples/calculator-scaclient/README b/sca-java-2.x/trunk/samples/calculator-scaclient/README index f3ff1db2b8..97058ca4c9 100644 --- a/sca-java-2.x/trunk/samples/calculator-scaclient/README +++ b/sca-java-2.x/trunk/samples/calculator-scaclient/README @@ -1,7 +1,13 @@ To run an application that uses the SCA client API to send messages to the Calculator service running in the domain do the following -start one of the Calculator based contributions +First start one of the Calculator based contributions. For example, + +cd samples/binding-sca/contribution-calculator +follow the instructions in the README there + +Then run the the SCA client by doing the following: + cd samples/calculator-scaclient mvn exec:java