Hello, all,
I downloaded test program from BACNet4J. I tried to setup using Eclipse IDE with all source code and .jar file. But getting these errors and exception when running. Something simple wrong in setup? any ideas?
really appreciate it, thanks
Description	Resource	Path	Location	Type
Bound mismatch: The generic method readSequenceOf(ByteQueue, Class<T>, int) of type Encodable is not applicable for the arguments (ByteQueue, Class<capture#3-of ? extends Encodable>, int). The inferred type capture#3-of ? extends Encodable is not a valid substitute for the bounded parameter <T extends Encodable>	Encodable.java	BACNet test/src/bacnet4j/type	line 261	Java Problem
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
at bacnet4j.test.Test.main(Test.java:67)