You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Jump-Start Guide

1. Download and unzip the runtime distribution
2. Download and unzip the samples
3. Build the common sample module from the samples root directory by doing:

mvn install

4. Go to standalone under the samples root directory and select the caculator sample
5. Build the sample by doing:

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> 
  • No labels