Sharing a library across multiple Java EE applications
Libraries can be shared across multiple Java™ EE applications. All the applications can use the same classes at run time, or each application can use its own separate copy of those classes loaded from the same location.
About this task
In the following example, a library called Alexandria consists of two files:
- alexandria-scrolls.jar and
- commons-lang.jar