Hi there!
With the blackdown jre referenced above, command line apps work fine! That is great.
However if I try to create a simple swing application like the one found on the sun\'s tutorial, I am having this library missing, any idea where to get it?
# java SwingApplication
Exception in thread \"main\" java.lang.UnsatisfiedLinkError: /home/root/j2re1.3.1/lib/armv4l/libfontmanager.so: libstdc++-libc6.2-2.so.3: cannot load shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1298)
...
Thanks!
Pat