GENERAL
To use the jar as a library in Eclipse:
- Create a "lib" folder within your project (you may give it any name appropriate for external libraries).
- Put the downloaded file into that location on your computer's file system.
- Right-click on your project folder in the Package Explorer
- Select "Properties" from the context menu
- Select Java Build Path
- Select the tab for "Libraries."
- Choose Add External Jars
- Select the downloaded JAR file in the folder created above for external libraries.
Detailed documentation is pending. Until then. there is plenty to learn via intellisense.