You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was mentioned in the lectures. However, even the solution does not work, and trying to run the main method leads to this exception
Exception in thread "main" java.lang.IllegalStateException: Could not find the HAPI-FHIR structure JAR
on the classpath for version R4. Note that as of HAPI-FHIR v0.8, a separate FHIR strcture JAR must be
added to your classpath (or project pom.xml if you are using Maven)
As an aside, version seems to be being taken from the <parent> stanza successfully. However, I think the rest of the pom file should actually be using ${parent.project.version}
The text was updated successfully, but these errors were encountered:
This was mentioned in the lectures. However, even the solution does not work, and trying to run the main method leads to this exception
Even adding this to the pom file did not help
As an aside, version seems to be being taken from the
<parent>
stanza successfully. However, I think the rest of the pom file should actually be using ${parent.project.version}The text was updated successfully, but these errors were encountered: