0

com.sun.jersey.spi.container.ContainerResponse mapMappableContainerException SEVERE: The RuntimeException could not be mapped to a response, re-throwing to the HTTP container java.lang.TypeNotPresentException: Type com.Mybean.class not present

Getting error.I'm using jersey rest api to run the existing java class using maven,jersey.

RAJ
  • 31
  • 1
  • 1
  • 7

1 Answers1

0

Check the BuildPath and add proper jar in the Project. check the classpath for the jars.

RAJ
  • 31
  • 1
  • 1
  • 7