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] | |
Hi,Jari,
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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |