I am getting java.lang.UnsatisfiedLinkError
while trying to get IcePush client up and running. GWTPushContext.getInstance()
throws the error when it is at the initialization method of the IcePush listener.
The method should be called in correct context I suppose. What all files / packages need to be present so that I am able to make this call?
I have widget-set initialization xml and the service is mentioned in web.xml
.