Previous Topic

Next Topic

Book Contents

Book Index

JVM: Oracle Java SE

Oracle Java SE and SE-Embedded

The server script in bin/vms/jdk starts framework on the JDK JVM. By default, the script is configured to load serverjvm18.jar dedicated to JVMs compliant to JDK 1.8.x.

The Oracle JDK to be used is 8 or higher.

Bellow a list of specific changes you need to place on your startup command for different versions of the JDK:

Configuring the JVM could be done through set/export of the VM_HOME environment variable or adding the JDK/JRE to the executable PATH. VM_HOME is used to locate the VM on the device, as it can be seen in server.sh and server_common.sh scripts. If the VM is not found anywhere, the script dumps the following message:

This script was unable to detect the $1 VM executable. Please set the
VM_HOME environment variable or add the '$1' to the executable PATH. Current VM_HOME is $VM_HOME

Supported options

The server script supports options for launching the framework with:

For more information on these options, please refer to the section Starting the Framework.

In addition, the server script supports options for: