>It seems that System.loadLibary() only looks for 'libname.so', there >doesn't seem to be a way to make it look for 'libname.so.$major' as >would be more correct. Thats correct. It would be better to use System.load(), since on windows the searchpath for LoadLibrary is also limited to the windows path Erik