You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Apache Wiki <wi...@apache.org> on 2006/03/04 08:13:35 UTC

[Ws Wiki] Update of "Tuscany/J2SESetup" by RaymondFeng

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.

The following page has been changed by RaymondFeng:
http://wiki.apache.org/ws/Tuscany/J2SESetup

New page:
= Set up classpath to run Tuscany applications in J2SE =

You need to add the following jars on the classpath:

 * <TuscanyHome>/spec/sca/target/sca-api-SNAPSHOT.jar
 * <TuscanyHome>spec/sdo/target/sdo-api-SNAPSHOT.jar
 * <TuscanyHome>sca/common/target/tuscany-common-SNAPSHOT.jar
 * <TuscanyHome>sca/core/target/tuscany-core-SNAPSHOT.jar
 * <TuscanyHome>sca/model/target/tuscany-model-SNAPSHOT.jar
 * <TuscanyHome>sca/container.java/target/tuscany-container-java-SNAPSHOT.jar
 * <TuscanyHome>sca/container.js/target/tuscany-container-js-SNAPSHOT.jar
 * <TuscanyHome>sdo/impl/target/tuscany-sdo-impl-SNAPSHOT.jar

 * <TuscanyHome>sca/binding.axis2/target/tuscany-binding-axis2-SNAPSHOT.jar (Required for WebSerivce)
 * <TuscanyHome>sca/tomcat/target/tuscany-tomcat-SNAPSHOT.jar (Required for Tomcat/WebService)
 * <TuscanyHome>das/rdb/target/tuscany-das-rdb-SNAPSHOT.jar (Required for DAS)

For integration with Tomcat and/or Axis2, you also need to add all the required jars from Tomcat/Axis2 distributions.