Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有嵌入式 jar 文件的 war 文件(sample.jar),同时我在 webpshere 上定义了一个具有相同 jar 文件(sample.jar)的共享库,该文件将由战争档案?是war文件里面的那个还是webpshere共享lirarby上定义的那个?
我感谢所有答案。
谢谢你。
取决于类加载器策略设置(父优先或本地优先)。