java.lang.LinkageError Error in Class Loading

18,986

Solution 1

I think this happened for me when I included a library twice.

Solution 2

Please check the below URL

java.lang.LinkageError: loader constraint violation

Share:
18,986

Related videos on Youtube

pedr0
Author by

pedr0

Updated on June 13, 2022

Comments

  • pedr0
    pedr0 almost 2 years

    I have some problem with my JSystem/Java/Eclipse enviromment.

    I get this error and i don't understand what is wrong:

    java.lang.LinkageError: loader constraint violation: loader (instance of jsystem/runner/loader/ExtendsTestCaseClassLoader) previously initiated loading for a different type with name "org/w3c/dom/Document"
    

    I would like know if someone have had a similar issues, I don't think my enviromment is very important for solve it, if I will understand what's happened "undergound" I hope to solve problem myself.

    Thanks a lot in advance.

    • pedr0
      pedr0
      It has been solved three years ago, and now you ask me that ?? :-))
  • dacwe
    dacwe almost 13 years
    Ah, you have fixed it... :) Doh! :)

Related