An endorsed standard is a Java API defined through a standard process other than the Java Community Process (JCP). Because endorsed standards are defined outside the JCP, it is anticipated that such standards may be revised between releases of the Java Platform. In order to take advantage of new revisions of endorsed standards developers and software vendors may use the Endorsed Standards Override Mechanism to provide newer versions of an endorsed standard than those included in the Java Platform as released.
Deployment
New Jars are placed under the following folders
<JAVA_HOME>\lib\endorsed
also set Xendored="true"
Deployment
New Jars are placed under the following folders
<JAVA_HOME>\lib\endorsed
also set Xendored="true"