Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Invocation API

The invocation API is a part of the JNI for invoking Java from C/C++ applications. Only Version 1.2 is still supported.

Changes to the invocation API

The invocation API provides no interface which allows you to select which variant of the HotSpot™ VM (client, server, etc.) is to be used by the program.

In BS2000 the client VM is normally used by default. However, in this implementation it is also possible to use the environment variable JENV_VMTYPE to select another VM variant (if available) (see chapter "Environment variables").