• Recent
    • Tags
    • Popular
    • Register
    • Login

    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.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Trouble running test program

    BACnet4J general discussion
    2
    3
    2.8k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dzhang
      last edited by

      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)
      
      1 Reply Last reply Reply Quote 0
      • M
        mlohbihler
        last edited by

        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.

        Best regards,
        Matthew

        1 Reply Last reply Reply Quote 0
        • First post
          Last post