-
Notifications
You must be signed in to change notification settings - Fork 6
Getting Started Part 5: Set Up The Tilda Libraries
Laurent Hasson edited this page Aug 25, 2022
·
5 revisions
Previous | Main | Next |
---|---|---|
<-- Part 4 | Main | Part 6 --> |
In this section, we'll add the Tilda JAR file and its dependencies. We assume here no special build infrastructure such as Maven or an Ant script for example and rely on the simple base line support in Eclipse for JAR libraries. Obviously again, your environment may call for something different, and that's fine.
Right-click on the "Root" project, Select "New" and add a “lib” folder.
Download the latest Tilda release from https://github.com/CapsicoHealth/Tilda/releases (v2.1 as of this writing).
Then right click on “RootProject”, select “Properties”, “Java Build Path”, “Libraries”, “Add JARs”.
Export all, Apply and close.
Previous | Main | Next |
---|---|---|
<-- Part 4 | Main | Part 6 --> |