zoukankan      html  css  js  c++  java
  • java endorsed

    endorsed目录,充许你将一些特殊的类库放到其中以供项目使用。

      官方说明:

       Specifying the -Djava.endorsed.dirs=lib/endorsed system property on the Java command line will force the JVM to prefer any library  it finds in the endorsed directory over its own system libraries. Copying the jars into $JAVA_HOME/jre/lib/endorsed will do the same  thing.
       其大意是:如果你在运行程序的时候指定了-D java.endorsed.dirs这个参数所指向的包含特别的jar包的目录,或者把那些jar复制到缺省的$JAVA_HOME/jre/lib/endorsed目录下。那么在项目运行时虚拟机会优先使用这些jar包,优先级比JDK自带的系统类库还要高,但是java.lang这个语言包下的类除处。
  • 相关阅读:
    数据库连接池
    数据库操作
    cookie/session
    楼梯问题
    Response/Request
    Web
    Exception
    jQuery效果与事件方法
    jQuery基础知识点
    布局的几种形式
  • 原文地址:https://www.cnblogs.com/rigid/p/4240782.html
Copyright © 2011-2022 走看看