The java.library.path system variable is missing or invalid
During the Oracle 19c Client installation on RHEL8, the below error is very common.
Error:
The java.library.path system variable is missing or invalid. Please set java.library.path with a correct value and retry the operation.
Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class oracle.sysman.oii.oiip.oiipg.OiipgPropertyLoader
Cause:
This is because of the missing libraries in package libnsl.x86_64
Solution:
Login as root user, and install the binary.
yum install libnsl.x86_64
No comments:
Post a Comment
If you have any queries/ any suggestion please do comment and let me know.