We are using Jackson 2.8.5.tr1 (jackson-databind, jackson-core, 
jackson-annotations) within our jar file and it works fine using Java 8. 
When trying to run our jar file using Java 11, we are getting a runtime 
exception -

Caused by: java.lang.ClassNotFoundException: 
com.fasterxml.jackson.databind.ObjectMapper

    at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)

    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588)

    at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)

Any idea why this is happening and how to address this ? Thanks !


-- 
You received this message because you are subscribed to the Google Groups 
"jackson-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jackson-user+unsubscr...@googlegroups.com.
To post to this group, send email to jackson-user@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to