Posted By:
Roy_G
Posted On:
Wednesday, July 17, 2002 08:31 AM
I had the same problem, try the following.
1. put the xx.so file with the java code.
2. specify where to look for the xx.so file
e.g -Djava.library.path=
3. make sure you specify the native methods full name (I used typedef to shorten the methods signatures and messed all up)
hope it works