Skip to main content
5-Regular Member
August 2, 2017
Question

Can I write service in php or java ? If so, then how to do that?

  • August 2, 2017
  • 1 reply
  • 2646 views

I need to execute a cmd command[java -jar example.jar] on a remote server. This server name will be given as input from another service.  I am not able to figure out how to do this. Javascript service will not be able to do that.

1 reply

20-Turquoise
August 2, 2017

You may look into developing your own ThingWorx extension in Java. Documentation attached.

mrastogi5-Regular MemberAuthor
5-Regular Member
August 3, 2017

Yes I am following the same. Thanks !