JNI Native Code Problem

1998-07-18 Thread Takeru Tamayama
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

Re: [Q]: native method

1998-07-17 Thread Takeru Tamayama
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]

[Q]: native method

1998-07-16 Thread Takeru Tamayama
e further information or hints for me what to do ? ---- Takeru Tamayama [EMAIL PROTECTED] /** * HelloWorld.java */ public class HelloWorld { static {System.loadLibrary("HelloWorld"); }