Trouble running test program
-
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 ProblemException in thread "main" java.lang.Error: Unresolved compilation problem:
at bacnet4j.test.Test.main(Test.java:67)
-
Hi,
The source code in CVS currently represents a later version than what is in the archive. To use test code from CVS you need to get the implementation code from CVS and build it into a jar file yourself. The build scripts are in CVS too.