In my system,the application is running smooth, I have zipped the whole application including jars and my friend has imported that code and while running the application,it is returning the error as :
org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor aroundWriteTo
MessageBodyWriter not found for media type=application/json, type=class org.json.simple.JSONObject, genericType=class org.json.simple.JSONObject
we are unable to add new method even,new path is not getting mapped to the service.we are using tomcat8.0 as server. Everything is same including the jars ,I have sent the whole application to her in zip format ,I don't know why we are getting this exception from the service. Thanks in advance.