If we are having any problem and conflicts of classes in various jar file during server load then following option can help to trouble shoot the issue :
java -verbose:class
It will print all classes loading by class loader with respective jar file name.
Cheers
No comments:
Post a Comment
Thanks for your comment, will revert as soon as we read it.