Difference between classpath and endorsed directory

Posted by Henrik on Stack Overflow See other posts from Stack Overflow or by Henrik
Published on 2008-12-19T08:52:40Z Indexed on 2010/05/05 22:18 UTC
Read the original article Hit count: 203

Filed under:
|
|
|
|

Does anyone know what the difference is between adding an appropriate JAR-file (eg. Apache XALAN) to a JRE's endorsed directory and adding it to the application's classpath?

Is it possible to take a jar-file that can be added to the endorsed lib and instead add it to the classpath?

© Stack Overflow or respective owner

Related posts about java

Related posts about classpath