From 87d1f7714f8e1b0f595bad3b7932592f0f85d54b Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 15 Feb 2013 12:57:19 +0000 Subject: [PATCH] java: Note that JVM >= 1.6 is now required. --- README | 2 +- examples/guestfs-faq.pod | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 7a503465f..1478eab4e 100644 --- a/README +++ b/README @@ -166,7 +166,7 @@ The full requirements are described below. +--------------+-------------+---+-----------------------------------------+ | rubygem-minitest | O | For the Ruby bindings. | +--------------+-------------+---+-----------------------------------------+ -| Java | | O | Java + JNI + jpackage-utils are needed | +| Java | 1.6 | O | Java + JNI + jpackage-utils are needed | | | | | for the Java bindings. | +--------------+-------------+---+-----------------------------------------+ | GHC | | O | For the Haskell bindings. | diff --git a/examples/guestfs-faq.pod b/examples/guestfs-faq.pod index c1c0cad57..fed03ef66 100644 --- a/examples/guestfs-faq.pod +++ b/examples/guestfs-faq.pod @@ -150,6 +150,11 @@ To get further information about the failure, you have to run: If, after using this, you still don't understand the failure, contact us (see previous section). +=head2 "guestfs_java_callback: jvm->GetEnv failed! (JNI_* error code = -3)" + +This is caused by the JVM version being too old. JVM E 1.6 is +required. + =head2 Non-ASCII characters don't appear on VFAT filesystems. Typical symptoms of this problem: