Hi everyone, I've downloaded the java parser jar from openehr site (http://www.openehr.org/svn/ref_impl_java/TRUNK/docs/download.htm) and made a simple application to try it, but when I want to parse an archetype I get: Exception in thread "main" java.lang.NoClassDefFoundError: org/openehr/rm/support/measurement/SimpleMeasurementService
at se.acode.openehr.parser.ADLParser.<init>(ADLParser.java:49) at se.acode.openehr.parser.ADLParser.<init>(ADLParser.java:56) at Main.main(Main.java:55) Attached is my code, I use all the jars I've downloaded from the openehr site, and the XStream lib to see the content of the parsed instance of the archetype (this code is never executed because the error). Any ideas? Thanks a lot! Cheers, Pablo. ------ Atte. A/C Pablo Pazos Gutierrez www.SimpleWebPortal.net http://YuppFramework.blogspot.com http://groups.google.com/group/yuppframeworkphp -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.openehr.org/mailman/private/openehr-technical_lists.openehr.org/attachments/20090427/dba41431/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: Main.java Type: application/octet-stream Size: 2133 bytes Desc: not available URL: <http://lists.openehr.org/mailman/private/openehr-technical_lists.openehr.org/attachments/20090427/dba41431/attachment.java>

