PrepAway - Latest Free Exam Questions & Answers

What else does the administrator need to do to ensure that the servlet can access the native library without r

A developer informs an administrator that a servlet in one of the Web modules of a new enterprise application needs to access code in a native library. The administrator creates a shared library and adds the native library to its Native library path.

What else does the administrator need to do to ensure that the servlet can access the native library without risk of an UnsatisfiedLinkError?
Using the administrative console, select:

PrepAway - Latest Free Exam Questions & Answers

A.
Use an isolated class loader for this shared library on the shared library settings page and associate the shared library with the Web modules class loader.

B.
Classes loaded with parent class loader first on the settings page for the enterprise applications class loader and associate the shared library with the enterprise applications class loader.

C.
Use an isolated class loader for this shared library on the shared library settings page and inform the developer of the name of the shared library so the developer can include it in the appropriate Java code.

D.
Classes loaded with local class loader first on the settings page for the Web modules class loader and associate the shared library with the Web modules class loader.


Leave a Reply