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 the PATH environment variable.
  • On Linux, add the location of libKeyViewFilter.so to the LD_LIBRARY_PATH environment variable.
  • You can also specify the library path as a system property as follows:

    java -Djava.library.path=filter_bin_directory ...