Skip to main content
1-Visitor
October 16, 2017
Question

Using jar file in Thingworx

  • October 16, 2017
  • 1 reply
  • 1565 views

Hi,

I am trying to obtain parameters from URL in Thingworx.

Have those parameters sent to a jar file where it will see if a Thing exists and create one if it does not.

Then have the rest of the file ran to send parameters to the Thing through REST.

I want this to run by just going to the URL, if possible.

Thanks

1 reply

22-Sapphire I
October 17, 2017

for the jar, if you look at how extensions are created, the jar reference can be a physical file or url

is that what you are asking?

you will still have to create the appropriate Thingworx Services to go with the jar you want to use in your extension.

rmasoud11-VisitorAuthor
1-Visitor
October 17, 2017

So, create a service and add the jar file as a jar resource in Eclipse?