This wiki has undergone a migration to Confluence found Here
FHIR Java Setup
Jump to navigation
Jump to search
To build the FHIR publishing tools within the Eclipse Editor:
- install eclipse (java developers version)
- start it
- create a workspace where suits
- File..Import..
- General - Existing Projects into Workspace
- Select the following projects to import:
- \build\implementations\java\org.hl7.fhir.utilities
- \build\tools\java\org.hl7.fhir.tools.core
- \build\tools\java\org.hl7.fhir.definitions.ecore
- \build\tools\java\org.hl7.fhir.instance
Can do this by selecting your build folder e.g. C:\Work\org.hl7.fhir\build Then selecting the search for nested projects checkbox, and then checking/unchecking each of the projects in the list.
Disclaimer - this is from a non Java developer...