Library
Specifies a container-wide shared library that can be used by deployed applications.
Attributes Summary
name The name of the shared library. description An optional description for this shared library. classPath A classpath containing this library's jar(s) nativePath An optional path to any native libraries (.
Attribute Details
name
The name of the shared library.
Data type: String
Default value: unspecified
description
An optional description for this shared library.
Data type: String
Default value: unspecified
classPath
A classpath containing this library's jar(s)
Data type: String
Default value: unspecified
nativePath
An optional path to any native libraries (.dll's, .so's) required by this shared library.
Data type: String
Default value: unspecified