The Java interface / Prerequisites and installation |
On some platforms like HP-UX® and AIX®, you must pay attention to additional configuration settings in order to use the Java™ Interface. For more details, see the OS specific notes in the installation guide.
On Microsoft™ Windows™ platforms, make sure that the PATH envrionment variable does not contain double quotes arround the path to the JVM.DLL dynamic library, otherwise the DLL loader will fail to load the JVM.
On Android™ devices, Java classes must be part of the .apk package and can be used without any further configuration.
export JAVA_HOME=`/usr/libexec/java_home`