This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

FHIR Java Setup

From HL7Wiki
Revision as of 02:35, 19 February 2015 by Brianpos (talk | contribs) (Created page with "To build the FHIR publishing tools within the Eclipse Editor: * install eclipse (java developers version) * start it * create a workspace where suits * File..Import.. * Gene...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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...