This topic explains how to install Apache Tuscany and to configure Eclipse to use the Tuscany libraries.
To install Apache Tuscany on your machine:
Go to the following URL:
Create a folder named Tuscany on your hard drive.
Download the archive for the latest binary distribution.
Extract the archive to the Tuscany folder.
You should see the following folder structure.
This section is not required for sample projects.
Now you need to create a User Library in Eclipse to contain the Tuscany runtime JARs and dependant JARs:
From the menu bar select Window > Preferences.
In the Preferences dialog, select Java > Build Path > User Libraries.
Click the New button to create a new user library.
Enter TUSCANY as the name of the user library.
Click the Add JARs button. Add all the JARs from the Tuscany folder that you installed earlier.
Remember, you will need to add the TUSCANY library to the build path for any SCA projects that you create.