Qucik start guide for the Java Implementation Project


Required software



Steps to download, build and install

  1. Open a command line console
  2. Optionaly create a new directory, or use an exsiting one; cd to it
  3. Type 'svn co http://svn.openehr.org/ref_impl_java/TRUNK openehr-java' to downlaod components from the TRUNK
  4. cd to openehr-java directory
  5. Type 'mvn clean install' to build, test and install all components
  6. To get source updated, stand in openehr-java and type 'svn update'
You can also find jar and javadoc files from download page.

Useful commands




Back to the Java project page