Thanks for catching the launcher name.
The application jar though is "calc.jar"

--
Jeremy

On Mar 14, 2007, at 11:03 AM, [EMAIL PROTECTED] wrote:

Author: isilval
Date: Wed Mar 14 11:03:12 2007
New Revision: 518245

URL: http://svn.apache.org/viewvc?view=rev&rev=518245
Log:
use correct file names

Modified:
incubator/tuscany/java/sca/core-samples/standalone/calculator/ readme.html

Modified: incubator/tuscany/java/sca/core-samples/standalone/ calculator/readme.html URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/core- samples/standalone/calculator/readme.html? view=diff&rev=518245&r1=518244&r2=518245 ====================================================================== ======== --- incubator/tuscany/java/sca/core-samples/standalone/calculator/ readme.html (original) +++ incubator/tuscany/java/sca/core-samples/standalone/calculator/ readme.html Wed Mar 14 11:03:12 2007
@@ -53,7 +53,7 @@
To run the client, use the <code>launcher</code> command from the standalone distribution:
 </p>
 <pre class="command">
-$ java -jar {tuscany.installDir}/bin/launcher target/calc.jar {add| subtract|multiply|divide} {param} {param} +$ java -jar {tuscany.installDir}/bin/launcher.jar target/ calculator.jar {add|subtract|multiply|divide} {param} {param}
 </pre>

<p>where <code>tuscany.installDir</code> is the path where you installed the standalone distribution.</p>
@@ -62,7 +62,7 @@
     The sample when run will display to the standard output:
 </p>
 <pre class="command">
-$ java -jar {tuscany.installDir}/bin/launcher target/calc.jar add 2 5
+$ java -jar {tuscany.installDir}/bin/launcher.jar target/ calculator.jar add 2 5
 result = 7.0
 </pre>
 </body>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to