Understanding the Eclipse classpath declarations

前端 未结 2 686
慢半拍i
慢半拍i 2021-02-08 13:10

I\'m trying to understand the Eclipse classpath file, in particular, I want to know this:

  1. How is the JRE using it (i.e. is the JVM reading this xml file directl

2条回答
  •  一生所求
    2021-02-08 14:04

    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.

提交回复
热议问题