This page describes what is needed to install and run Tuscany SCA, SDO and DAS for Java.
if you haven't already, the first step is to download the latest release of apache tuscany from our downloads page.
in order to run the tuscany java projects there are some minimum system requirements
Software | Download Link | Download Instructions |
jdk | Steps for Java setup is here. | |
operating system |
|
|
Apache Maven 2.0.4 | You would use maven to build samples if you wish to. Instruction for downloading mave 2.0.4 and building samples is here. |
jdk-1_5_0_06-windows-i586-p-iftw.exe This will run the JDK 5.0 Installation Wizard. Accept the License agreement, then proceed through the pages of the wizard. Accept all the default options. After a few minutes the installation will complete. You should see the following:
Press Finish to close the installation wizard.
set JAVA_HOME=C:\Program Files\Java\jdk1.5.0_06
Download and Setup
unzip maven-2.0.4-bin.zipThis will extract Maven 2.0.4 to the C:\tuscany\maven-2.0.4 directory.
set PATH=%PATH%;C:\tuscany\maven-2.0.4\bin
Build Samples
You are now ready to build samples. For example, go to samples/sca/helloworld and issue the following command to build it.
mvn