cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Using jar file in Thingworx

rmasoud1
1-Newbie

Using jar file in Thingworx

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

2 REPLIES 2
PaiChung
22-Sapphire I
(To:rmasoud1)

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.

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

Top Tags