Re: Problem using Swing with ARM JRE

2001-11-07 Thread Larry Arnold
I ran into similar problems on a slightly different platform ( an assabet-like strongarm with a redhat based distro) I believe you need a link in /usr/lib: libstdc++-libc6.2-2.so.3 -> libstdc++-3-libc6.2-2-2.10.0.so obtaining libstdc++-3-libc6.2-2-2.10.0.so was the difficult part. I had very lit

Problem using Swing with ARM JRE

2001-11-06 Thread Valentin Crettaz
I'm trying to run a Swing application on an iPaq with J2RE 1.3.1 for ARM processor. I installed the "additional ipaq stuff". I run the Familiar 0.4 linux distribution. The application is a simple Helloworld displaying "Hello" in a Frame. If I use AWT (Frame) I get the error in attachment 1. I