Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Jump-Start

...

Guide

...

1.

...

Download

...

and

...

unzip

...

the

...

runtime

...

distribution

...


2.

...

Download

...

and

...

unzip

...

the

...

samples

...


3.

...

Build

...

the

...

common

...

sample

...

module

...

from

...

the

...

root

...

by

...

doing:

{
Code Block
}
mvn install
{code}

4.

...

Go

...

to

...

standalone

...

under

...

the

...

root

...

directory

...

and

...

select

...

either

...

the

...

caculator

...

sample

...


5.

...

Build

...

the

...

sample

...

by

...

doing

{
Code Block
}
mvn install
{code}

6.

...

Run

...

the

...

sample

...

by

...

doing

...

the

...

following:

{
Code Block
}
java -jar <path to launcher bin directory where you downloaded the standalone runtime> calc.jar add 1 2
{code}

7.

...

The

...

loan

...

application

...

sample

...

may

...

also

...

be

...

run

...

by

...

building

...

it

...

and

...

doing

...

the

...

following:

{
Code Block
}
java -jar <path to launcher bin directory where you downloaded the standalone runtime> loanapplication.jar 
{code}

Alternatively

...

the

...

samples

...

can

...

be

...

run

...

from

...

the

...

standalone

...

runtime

...

directory

...

using:

{
Code Block
}
java -jar bin/launcher.jar <path to the loanapplication.jar> 
{code}