-
Notifications
You must be signed in to change notification settings - Fork 165
Home
James Agnew edited this page Sep 14, 2019
·
6 revisions
Welcome to the org.hl7.fhir.core wiki!
Prerequisite:
- Have this project checked out on your workstation via git: [email protected]:hapifhir/org.hl7.fhir.core.git
- It is highly recommended to check out using git, as opposed to downloading the sources as a zip file. This project changes quickly and frequently, and it is a painful exercize trying to use the zip file.
Steps:
- Download an Eclipse installer from https://www.eclipse.org/downloads/
- Install Eclipse IDE for Java Developers
- Launch Eclipse
- If the welcome screen opens, close it
- Import the project:
- File -> Import...
- Maven -> Existing Maven Projects
- Click Next
- Under Select Root Directory, pick the
org.hl7.fhir.core
directory (the root of the project) - Click Finish
- Eclipse will now try to build the project, and this takes a while. Wait until you don't see "Building Workspace" in the bottom right corner of the window