5. Load the Library
* Our library is in a file called "libHello.so", but
* just pass in "Hello" since Java will prepend "lib"
* and append the ".so" extension. Windows users
* should omit the �.dll� extension as well.
System.loadLibrary("Hello");
public static void main (String arg[]) {
HelloWorld hw = new HelloWorld();