Dear All,
Can anyone let me know what is the concept of endorsed directory in
java?
Suppose I have a class called Some.class which is present in two jar files named file1.jar and file2.jar.
Suppose I have this directory structure:
lib\
lib\endorsed
And suppose I have kept file1.jar in the 'lib' folder and file2.jar in lib\endorsed, which version of Some.class will get called? From file1.jar or from file2.jar?
Thanks in advance,
Pankaj