This quickstart demonstrates embedded cache running on two node in Java SE.
The example can be deployed using Maven from the command line or from Eclipse using JBoss Tools.
For more information, including how to set up Maven or JBoss Tools in Eclipse, refer to the Getting Started Guide.
To compile, type mvn clean compile dependency:copy-dependencies -DstripVersion,
and then, to run, java -cp target/classes:target/dependency/* Node0 in one terminal
and java -cp target/classes:target/dependency/* Node1.