Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
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 ?
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?