Download
Download the binary distribution from here.
As an alternative build the JARs from source .
Prerequisites
- JAVA JDK 8 (this tutorial was tested with 1.8.0_102-b14)
- An Integrated Development Environment like Eclipse or IntelliJ
- The BACnet/IT library binaries
Eclipse Configuration
- Create a new Java Project in Eclipse.
- Name the new project BACnetITApplication and ensure Java 8 is selected as execution JRE.
- Create a folder libs within the project BACnetITApplication
- Open the project properties
-
Copy all 14 JAR files into the the created libs folder.
-
Click on Add JARs… in the menu Java Build Path / Libraries
- Add all the JAR files (from Download ) by selecting them.