Skip to main content
1-Visitor
March 3, 2015
Question

THingworx 4 Java SDK - Link

  • March 3, 2015
  • 1 reply
  • 1037 views

Is the THingworx 4 SDK for java available still? I need to write a new plugin but I can only find a link to the v5 SDK


Thanks



    1 reply

    5-Regular Member
    April 1, 2015

    There was no Java SDK reference available for Thingworx 4. You can write Java extensions but there is no SDK reference material.

    Regards,
    Meghan

    grahamall1-VisitorAuthor
    1-Visitor
    June 21, 2015

    How do you write an extension without access to the thingworx jar?  Without the jar I can't compile the source as it uses annotations (@ThingworxConfigurationTableDefinitions), Infotables (InfoTableInstanceFactory) and my base class extends com.thingworx.things.Thing?

    I'm not sure how to create an extension without using any of these lexical elements.