(Many apologies if this has been posted twice) Hello, I am using the ARM version of Blackdown's jdk 1.1.7 v3a on a linux 2.2.3 based system. GLIBC is 2.1 and no distribution - the system is hand built. I am trying to use the java based ICEBrowser (version 4 or 5). The browser does work, but it takes 4 to 6 minutes to load. Running the browser in verbose mode shows the classes that are loaded. After the browser reports loading 'java/awt/EventDispatchThread.class' is when the long pause occurs. During this pause, the CPU utilization approaches 100%. Attaching strace to the process shows that poll() is being called on the standard fd's, class and jar file fd's, and one UNIX socket. Eventually, whatever is running finishes/times out and the browser continues loading classes with 'sun/awt/motif/InputThread.class' and a bunch more. So, I'm looking for any ideas on what might be happening during the pause. Perhaps there is a service or something that it's looking for that I don't have on my system? Or maybe some kind of thread issue? Thanks, Eric Multanen [EMAIL PROTECTED] ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]