This topic applies to WebSphere Application Server Liberty V8.5.5.9 and earlier. For the latest Liberty topics, see the WebSphere Application Server Liberty documentation.
Using a Java library with a Java EE application
One way of using Java™ libraries with an application is to include them in the application itself. This might not always be desirable or appropriate, especially if the application is already packaged and does not include the library.
About this task
In the following example, a library called Alexandria consists
of two files:
- alexandria-scrolls.jar and
- commons-lang.jar