Hi - I have a try catch round my native method call to catch an UnsatisfiedLinkError if the library has not been put on the users path. To
test this I leave the library off the path and the first attempt to call the method throws an unsatisfiedlinkerror - but when i try again (the method call is caused by swing button click) the exception is not thrown and the method never returns? any ideas?