Apache Tuscany > Home > SCA Overview > SCA Java > Java SCA Documentation Menu > SCA Jumpstart | User List | Dev List | Issue Tracker |
Jump-Start GuideNote that the 2.0 alpha runtime samples distributions assume you have JDK 5 and Maven 2.04 installed. 1. Download and unzip the 2.0 alpha runtime distribution mvn install 4. Go to standalone under the samples root directory and select the caculator sample mvn install 6. Run the sample using the following command: java -jar <path to launcher bin directory where you downloaded the standalone runtime> calc.jar add 1 2 7. The loan application sample may also be run by building it executing the following: java -jar <path to launcher bin directory where you downloaded the standalone runtime> loanapplication.jar Alternatively the samples can be run from the standalone runtime directory using: java -jar bin/launcher.jar <path to the loanapplication.jar> |