Before Running Your Application
Before running your application you must set the library path using one of the following methods:
- On Windows, add the location of
KeyViewFilter.dll
to thePATH
environment variable. - On Linux, add the location of
libKeyViewFilter.so
to theLD_LIBRARY_PATH
environment variable. -
You can also specify the library path as a system property as follows:
java -Djava.library.path=filter_bin_directory ...