Before running your application you must set the library path using one of the following methods:
KeyViewFilter.dll
to the PATH
environment variable.libKeyViewFilter.so
to the LD_LIBRARY_PATH
environment variable. libKeyViewFilter.sl
to the SHLIB_PATH
environment variable.libKeyViewFilter.a
to the LIBPATH
environment variable.You can also specify the library path as a system property as follows:
java -Djava.library.path=filter_bin_directory
...
|