JNI on ARM/XScale
Bryce McKinlay
mckinlay@redhat.com
Mon Sep 27 15:39:00 GMT 2004
Jari Korva wrote:
>Hi,
>
>Is anyone using JNI on ARM/XScale successfully? I've tried a simple JNI
>HelloWorld both on armv5l (dynamically linked, gcj 3.4.0) and armv5b
>(statically linked, gcc 3.4.1 & 3.4.2), but got the following error:
>
># ./hello
>Exception in thread "main" java.lang.UnsatisfiedLinkError: ??E@:?.so:
>cannot open shared object file: No such file or directory
>
>
Jari,
You'll have to investigate with gdb to diagnose this problem further. Is
the filename for the shared library being passed to dlopen() correct?
Looks like an invalid string pointer has got in there somehow.
Bryce
More information about the Java
mailing list