FHIR Chat · Fhir class files · hapi

Stream: hapi

Topic: Fhir class files


view this post on Zulip Mladen Preradovic (Jan 13 2021 at 15:46):

Hi to all,
Here is specification of my work surrounding (NOT using MAVEN).

  • Eclipse Mars Release (4.5.0)
  • Enterprise JavaBeans (EJB) and JavaServer Pages (JSP)
  • java version "1.8.0_271"

I downloaded folder "standard distribution" from https://github.com/hapifhir/hapi-fhir/releases and i took 2 JAR files from "lib" folder hapi-fhir-base-5.2.0.jar and hapi-fhir-structures-r4-5.2.0.jar. Also i set "java source attachment" (from "src" folder) and "Javadoc location" (from "javadoc" folder) but there is no java classes in "org.hl7.fhir.r4.model" folder. All i get is fhirversion.properties with text in it (picture in attachment).
Path: hapi-fhir-structures-r4-5.2.0.jar - org.hl7.fhir.r4.model - fhirversion.properties

Is there somewhere all class files from the fhirversion.properties? Or some different solution? The is the issue for me. screenshotEclipse.jpg

view this post on Zulip Ian Bacher (Jan 13 2021 at 16:56):

You're likely going to need all or most of the jars in the "lib" folder of the standard distribution to run HAPI successfully, but the classes you are asking about are in the org.hl7.fhir.r4-5.2.0.jar.


Last updated: Apr 12 2022 at 19:14 UTC