Note: Before we can proceed to this step we assume that the reader has accomplished the following tasks in the order listed below:
missing dependencies have been resolved with the preconfigured launch script mvn_dependency_resolve.launch
missing src files have been generated with the provided mvn_install.launch script
Upon the above mentioned preconditions have been fullfilled its possible to start and deploy the openXMA Application with the provided launch scripts. Locate and right click the jetty_run.launch launch configuration and select Run as -> jetty_run.launch to start the embedded web server. After the web server has been started and the openXMA application is deployed it's possible to invoke the example customer component with the CustomerComponent.launch launch file. Select Run as -> CustomerComponent.launch to start the CustomerSearchForm which looks like as shown in the next figure.
Note: Unless you haven't already configured the XMA_HOME variable you will get the following error dialog.
This error dialog means you have to configure XMA_HOME as string substitution variable as described here.