Quantcast
Channel: Techie Stuffs - Blogs on technology
Viewing all articles
Browse latest Browse all 28

Endorsed Standards Override Mechanism

$
0
0
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"

Viewing all articles
Browse latest Browse all 28

Trending Articles