hi, I'm Takeru Tamayama , keio univ in Japan.
I looked www.blackdown.org "Compiling Library Code for JNI".
I did the same way writing there, but my program don't work.
error message is following. I want some hints.
# message
SIGSEGV11* segmentation violation
I did both of following that, but didn't work.
why does it work ?
ln -s libHelloWorld.so.1.0 libHellWorld.so.1
ln -s libHelloWorld.so.1.0 libHelloWorld.so
-
takeru [EMAIL PROTECTED]
e further information or hints for me what to do ?
----
Takeru Tamayama [EMAIL PROTECTED]
/**
* HelloWorld.java
*/
public class HelloWorld {
static {System.loadLibrary("HelloWorld"); }