I have been unable to figure out why I can't get the drlvm to run helloworld. The classlib with Intel's VM works fine.
So now I thought I'd just see if I could download the binary and execute it (JRE), but it is behaving the same way (I guess this is to be expected, but I just wanted to make sure it wasn't something in the build process that was causing the trouble). When I run java by itself it executes without problem, when I run "java helloworld" it just hangs, and "java -showversion" will print version info and then hang right after that: [EMAIL PROTECTED] /scratch/anavabi/Harmony/harmony-jre-r450941/bin $ ./java -showversion Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable. java version "1.5.0" pre-alpha : not complete or compatible svn = r450941, (Sep 28 2006), Linux/ia32/gcc 3.4.6, release build http://incubator.apache.org/harmony (hangs here) Here are the environment variables that I think are relevant: LD_LIBRARY_PATH /scratch/anavabi/Harmony/harmony-jre-r450941/bin:/scratch/anavabi/Harmony/ha rmony-jre-r450941/bin/default/ PATH .:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/i686-pc-linux-gnu/gcc-bi n/3.4.6:/opt/ICAClient:/opt/sun-jdk-1.5.0.06/bin:/opt/sun-jdk-1.5.0.06/jre/b in:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/games/bin:/opt/eclipse-sdk-3.2.1 JAVA_HOME /scratch/anavabi/Harmony/harmony-jre-r450941/bin I'm on Gentoo 2.6.17.8. Any ideas what may be going on? Thanks, Armand