This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: JNI on ARM/XScale


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]