2

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.

3
  • Solved.. I had some Jar file which contains a library, In my classpath that libaray was included twice. Commented Jul 27, 2011 at 9:04
  • Which Jar? Especify the name please Commented Mar 26, 2014 at 11:45
  • 1
    It has been solved three years ago, and now you ask me that ?? :-)) Commented Mar 27, 2014 at 12:23

3 Answers 3

11

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

Sign up to request clarification or add additional context in comments.

Comments

1

Please check the below URL

java.lang.LinkageError: loader constraint violation

Comments

0

For me it was a version of dependency, when i increased version it fixed

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.