Greetings all,
I have successfully installed and used (well, up to a point) Blackdown-1.3.1-RC1, native threads, nojit.
When I try running a Java application that uses AWT however I get:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/mnt.rom/cf/j2re1
.3.1/lib/armv4l/libawt.so: /lib/libc.so.6: version `GLIBC_2.3' not found (requir
ed by /usr/mnt.rom/cf/j2re1.3.1/lib/armv5tel/libXt.so.6)
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1298)
at java.lang.Runtime.loadLibrary0(Runtime.java:749)
at java.lang.System.loadLibrary(System.java:820)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:53)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:41)
at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
at java.awt.Component.<clinit>(Component.java:356)
at sun.security.tools.PolicyTool.main(PolicyTool.java:499)
I have tried loading libc 2.3 from the familiar distribution and put in LD_LIBRARY_PATH but this hoses everything (even ls, sh) ;-)
Has anyone gotten this to work or, in the alternative, does anyone know of another version 1.3+ JRE that is completely functional on this platform?
Many Thanks!