简体   繁体   English

jBoss 4.2.3:\\ server \\ default \\ lib内jar加载的顺序是什么

[英]jBoss 4.2.3 : what is the order of jar loading inside \server\default\lib

In jboss 4.2.3 what's the order it uses to load the *.jar inside the "server\\default\\lib" folder? 在jboss 4.2.3中,将“ * .jar”加载到“ server \\ default \\ lib”文件夹中的顺序是什么?

I mean, inside server\\default\\lib I have: a.jar b.jar z.jar. 我的意思是,在server \\ default \\ lib中,我有:a.jar b.jar z.jar。 What's the order jboss is gonna load them? jboss要加载它们的顺序是什么? What affects the ordering jboss uses? 什么影响订购jboss的用途?

I'm having a weird IllegalAccessError during jboss startup that only happens on 1 environment (Oracle enterprise linux 6.3, 64bits), and works fine on other 5 environments (with the same OS, different OS's, different jdk versions, etc. JDK 1.6.0_45-b06. I think this ordering may have something to do with my problem so that's the root cause of my question. 我在jboss启动期间遇到一个奇怪的IllegalAccessError,它仅在1个环境(Oracle企业linux 6.3、64位)上发生,并且在其他5个环境(具有相同的操作系统,不同的操作系统,不同的jdk版本等,JD​​K 1.6)上运行良好。 0_45-b06。我认为此排序可能与我的问题有关,因此这是我提出问题的根本原因。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM