Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
Building issues
-
hi,
i couldnt find a doc explaining how to compile,
i am new to java, so could you please share a doc how to compile these sources -
Hi,
You can download the jar of compiled classes to save yourself from having to compile the sources if you want. Otherwise, compilation is really just a matter of running javac (making sure seroUtils.jar is in your classpath). If you don't understand this it's because you are new to Java. Once you understand Java compilation, building BACnet4J will be trivial. You might also look into ANT too.