I am getting following runtime Exception while running my java code. Could someone please help me resolve the binding conflicts.
SLF4J: Class path contai
This error means that you have multiple implementations of SLF4J in your classpath.
Look for what the errors are specifically saying. i.e :
SLf4J: Found binding in..... (This will print all the jar files where it found instances of StaticLoggerBinder.class). Eliminate all such jars from your classpath, except the jar whose StaticLoggerBinder.class implementation you need.