itswuanran / itswuanran.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JVM加载jar包的顺序 | 安然写字的地方

itswuanran opened this issue · comments

http://anruence.com/2018/08/23/how-jvm-load-jar/

JVM加载jar的顺序同一个目录下,jvm加载jar包顺序是无法保证的,每个系统的都不一样,甚至同一个系统不同的时刻加载都不一样。良好设计的系统不应该依赖详细的顺序。1The order in which the JAR files in a directory are enumerated in the expanded class path is not specified and may v