1) Or you should remove the class from one of the libraries (which is not recommended, as this may break other classes)
2) Find a jar with this class. E.g. the class that you use in your application may be available in several banks. So, take a jar where this conflicting class is missing, but the other classes you want are present (this may take some time)
3) (and best of all) just ignore the error. I do not think this should give any problems. Based on the fact that jar occurs first in the class path, the class will be raised.
source share