I\'m trying to understand the Eclipse classpath file, in particular, I want to know this:
How is the JRE using it (i.e. is the JVM reading this xml file directl
The problem could be :
It means in your eclipse classpath, you should be having two different version of the same class (two different jar files of different version). If thats the case, then try remove one. Also in your eclipse build path there is something called "Build Order" where you can specify the order of the classpath jar try changing that.