For test purpose I need to substitute .jar file with my own.
Does it possible set test.jar (the same name) previous on other test.jar?
Will classloader load only first find jar?
Thanks.
For test purpose I need to substitute .jar file with my own. Does it
Share
http://docs.oracle.com/javase/1.3/docs/tooldocs/win32/classpath.html
Edit: So you can put you jar first in the classpath to overrider the existing jar.