I was searching for a jar file from internet and I got a java project which contains that jar file. Now when I copied that jar file to my project and included them in my libraries, I have an error in the line of package name.
Copying the jar from another project, Is it a wrong way?
Or if it is right, Is there anyway I could rectify this error?
Error: The type org.junit.internals.runners.TestClassRunner cannot be resolved. It is indirectly referenced from required .class file
I am in need of this XMLParameterizedRunner class. If any one could get me the link to the jar with this class, it would be helpful.