tree: 900ae70779fb456f07141a729f444fa1ac75d3f3 [path history] [tgz]
  1. src/
  2. pom.xml
  3. README.md
tutorial/README.md

Run an Example Program

To run an example program, e.g., Example01, invoke the exec-maven-plugin.

$ mvn compile

$ mvn exec:java -Dexec.mainClass=“org.apache.clerezza.tutorial.Example01”