I am getting the below error when I am running the application.
java.lang.NoClassDefFoundError: com.fasterxml.jackson.databind.Module
at java.lang.J9VMInternals.verifyImpl(Native Method)
at java.lang.J9VMInternals.verify(J9VMInternals.java:94)
Even I put the below jar files in my class path and still there is no luck on running the application. Jars that I put: jackson-databind-2.7.4.jar jackson-dataformat-yaml-2.7.4.jar jackson-jarxrs-base-2.7.4.jar jackson-jaxrs-json-provider.jar jackson-module-jaxb-annotations.jar
Can anyone help me?
Thank you in advance.