Meaning of java.library.path and UnsatisfiedLinkError
807588Apr 28 2009 — edited Apr 28 2009I'm trying to compile and run a simple program that uses a jar extension called "*jnetpcap*". I compile it (with classpath), then run it with:
java -classpath /usr/share/java/jnetpcap.jar:./ <ClassFileName>
When I do this I get :
Exception in thread "main" java.lang.UnsatisfiedLinkError: no jnetpcap in java.library.path
*...What's that all about ?*