As a PhD student looking for open-source infrastructure, it's exciting to see how much progress is being made in the Harmony project!

That said, I've run into some strange behavior trying to run the DRLVM on my machine (x86 running Fedora Core 1). The VM itself seems to build fine, but I get the following error when I try to run it (from <exctract_dir>/build/lnx_ia32_gcc_release/deploy/jre/bin)

> ./ij.sh Hello
java/lang/NoClassDefFoundError : java/lang/VMClassRegistry

After tinkering around a bit, I have managed to run Hello.class by explicitly setting the bootclasspath:

> ./ij.sh -Xbootclasspath:<extract_dir>/build/lnx_ia32_gcc_release/ deploy/jre/lib/boot/kernel.jar:<extract_dir>/build/ lnx_ia32_gcc_release/deploy/jre/lib/boot/luni.jar:<extract_dir>/build/ lnx_ia32_gcc_release/deploy/jre/lib/boot/luni-kernel- stubs.jar:<extract_dir>/build/lnx_ia32_gcc_release/deploy/jre/lib/ boot/nio.jar:<extract_dir>/build/lnx_ia32_gcc_release/deploy/jre/lib/ boot/security.jar:<extract_dir>/build/lnx_ia32_gcc_release/deploy/jre/ lib/boot/nio_char.jar:<extract_dir>/build/lnx_ia32_gcc_release/deploy/ jre/lib/boot/icu4jni-3.4.jar Hello

Any ideas what is wrong?

FYI, I am using the latest (as of yesterday) prebuilt Harmony class libraries.

Thanks,
Naveen

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to