Hi all,
can someone give me a quick summary about
java ear package types default classpath? For example:
If I have an ear file that contains numerous war files and jar files. Let's also say that each war file has a lib dir with some jars in it. Can all these jars/wars "see" each other by default when the ear file is launched? In other words, is every class accessible to one another as all of these classes go into the classpath when the ear is loaded?
Thanks
edit: further note, I am looking at an ear deployed on a
jboss app server which is why I ask. There is a single ear with multiple web apps (wars), each web app has a lib dir with some jars, and there are also jars located in the ear files lib directory.