Comment 8 for bug 850433

Revision history for this message
In , Xerxes RĂ„nby (xranby) wrote :

https://bugs.launchpad.net/ubuntu/+source/openjdk-7/+bug/850433

building icedtea with --enable-jamvm == work
building icedtea with --with-additional-vms=jamvm == triggers this bug

# testcase that fail:
# ../icedtea7-2.3/configure --with-additional-vms=jamvm
./j2sdk-image-additional-vms-jamvm/bin/java -jamvm -version
Error initialising natives: couldn't open libjava.so: use -verbose:jni for more information
Error initialising VM (initialiseNatives)
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.

# testcase that work:
# ../icedtea7-2.3/configure --enable-jamvm
./j2sdk-image-enable-jamvm/bin/java -version
java version "1.7.0_07"
IcedTea7 Runtime Environment (2.3.2+re7117fcb33ed) (Ubuntu build 1.7.0_07-b30)
JamVM (build 1.6.0-devel, inline-threaded interpreter with stack-caching)