Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

Preferential

  Asked By: Egidius    Date: Jan 28    Category: Java    Views: 405
  

Does anyone know what happens if you have a jar in [webapps] on a J2EE based webserver which has been set to "never unpack" *and* you put the exact same class in the [lib] directory nearby? Will the webserver look in [lib] first, or uncompress the jar and use that version?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Zoar Mizrachi     Answered On: Jan 28

I think in this case webserver  behaiviour is
unexpectable,anywhere the most probable is class
multiple definition error which will be thrown by jvm.

 
Didn't find what you were looking for? Find more on Preferential Or get search suggestion and latest updates.

Related Topics:



Tagged:  

 

Related Post