Ok, thanks to DejaNews, I figured out that MUTEX assertion thing. I did two suggested things and they seemed to work. At least the second was necessary. I'm not sure about the first, but it can't hurt. 1. Add USE_PTHREADS=1 to your make command for NSPR. 2. Explicitly link the japhar executable with -lpthread Now, I can type japhar and get a usage message instead of a MUTEX assertion failure. However, if I try to run any programs, I get the classic: larissa:~/cvs/classpath/test/java.io$ japhar \ --classpath=/usr/local/japhar/share:. LineNumberInputStreamTest Fatal Japhar Error: ThrowNew unable to allocate message Bus error Didn't we have this before? Chris did something to fix it. Maybe I'll trying debugging/tracing Japhar when I get a chance. This is Japhar using Classpath, not JDK BTW. -- Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/
