mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
java: Note that JVM >= 1.6 is now required.
This commit is contained in:
2
README
2
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. |
|
||||
|
||||
@@ -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<ge> 1.6 is
|
||||
required.
|
||||
|
||||
=head2 Non-ASCII characters don't appear on VFAT filesystems.
|
||||
|
||||
Typical symptoms of this problem:
|
||||
|
||||
Reference in New Issue
Block a user