Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! 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?