You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/site/pages/netcdfJava/netcdf4Clibrary.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,8 @@ For standalone CDM library use, you can:
101
101
* create a system environment variable: `JNA_PATH=/path/to/library`
102
102
* set a Java property on the command line: `-Djna.library.path=/path/to/library`
103
103
* set the library path and name in the runtime configuration file
104
-
* directly call `Nc4Iosp.setLibraryAndPath()` from your Java program
104
+
* directly call `ucar.nc2.ffi.netcdf.NetcdfClibrary.setLibraryNameAndPath` from your Java program
105
+
(Note: this must be called prior to calling `isLibraryPresent()` or `getForeignFunctionInterface()` as the C library can only be successfully loaded once)
105
106
106
107
In all cases, we recommended that you use an absolute path to specify the library location.
0 commit comments