Skip to main content
1-Visitor
April 13, 2017
Question

Reg Protocol adapter Error

  • April 13, 2017
  • 1 reply
  • 1188 views

When I am trying to import Protocol adaptor sdk in my IDE, I am getting error in function synchronizeState().

       public void synchronizeState() {

             

              super.synchronizeState();

              super.syncProperties();

       }

When I  over the error it gives the message “The method synchronizeState() is undefined for the type VirtualThing”


 

Can someone help on resolving this issue ?

1 reply

5-Regular Member
April 14, 2017

I use eclipse and I needed to correct the lib path for jars such as thingworx-common-5.4.0.b445.jar after importing the protocol adapter SDK project to my IDE.

Can you double check that paths to lib jars are correct in your IDE?