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 Solaris, Linux, and HP-UX IA-64, add the location of
libKeyViewFilter.so
to theLD_LIBRARY_PATH
environment variable. - On HP-UX PA-RISC, add the location of
libKeyViewFilter.sl
to theSHLIB_PATH
environment variable. - On AIX, add the location of
libKeyViewFilter.a
to theLIBPATH
environment variable. -
You can also specify the library path as a system property as follows:
java -Djava.library.path=filter_bin_directory ...