-
Bug
-
Resolution: Not an Issue
-
P3
-
None
-
21
-
None
Library lookup is only working with LD_LIBRARY_PATH. Command line option -Djava.library.path=<lib> isn't working.
SymbolLookup.libraryLookup("libXYZ.so", Arena.ofAuto());
On using java command line -Djava.library.path=<libpath>, throws cannot open library (IllegalArgumentException).
With the LD_LIBRARY_PATH=<libpath>, above call succeeds.
SymbolLookup.libraryLookup("libXYZ.so", Arena.ofAuto());
On using java command line -Djava.library.path=<libpath>, throws cannot open library (IllegalArgumentException).
With the LD_LIBRARY_PATH=<libpath>, above call succeeds.
- relates to
-
JDK-8339367 Improve documentation where `java.library.path` has an effect
-
- New
-