Previous


Set your Library Path

UNIX
% setenv LD_LIBRARY_PATH mylibrarypath
where mylibrarypath is the directory name that contains libhello.so.
DOS shell (Windows 95/NT)
On Windows 95/NT, the loadLibrary() method searches the PATH environment variable for DLL libraries. In addition, loadLibrary() also searches the directory where the executables lives.


Previous