SAP Business Technology Platform, Neo environment will sunset on December 31, 2028, subject to terms of customer or partner contracts.
For more information, see SAP Note 3351844.
This documentation refers to SAP Business Technology Platform, Neo environment. If you are looking for documentation about other environments, see SAP Business Technology Platform
↗️ .
SAP BTP infrastructure runs on Java Virtual Machines that are built and supported by SAP. Java 11 code and newer runs on SapMachine, a build of OpenJDK released by SAP, enriched with supportability features and patched if needed for SAP products. Old Java 8 code runs on SAP's own implementation of a Java Virtual Machine - SAP Java Virtual Machine (SAP JVM).
SAP JVM is a certified Java Virtual Machine and Java Development Kit (JDK), compliant to Java Standard Edition (SE) 8. Technology-wise it is based on the OpenJDK and has been enhanced with a strong focus on supportability and reliability. One example of these enhancements is the SAP JVM Profiler. The SAP JVM Profiler is a tool that helps you analyze the resource consumption of a Java application running on the SAP BTP local runtime. You can use it to profile simple stand-alone Java programs or complex enterprise applications.
Customer support is provided directly by SAP for the full maintenance period of SAP applications that use the SAP JVM. For more information, see Java Virtual Machine
Follow the steps below to install an SAP Java Virtual Machine.
This is an optional procedure. You can also run your local server for SAP BTP on SapMachine (https://sapmachine.io\) or a standard JDK platform, that is an Oracle JVM. SAP JVM, however, is a prerequisite for local profiling with the SAP JVM Profiler.
- Open https://tools.hana.ondemand.com/#cloud
- From the SAP JVM section, download the SAP JVM archive file compatible to your operating system and save it to your local file system.
- Extract the archive file.
If you use Windows as your operating system, you need to install the Visual C++ 2013 Runtime prior to using SAP JVM. The installation package for the Visual C++ 2013 Runtime can be obtained from Microsoft. Download and install vcredist_x64.exe from the following site: https://www.microsoft.com/de-de/download/details.aspx?id=40784. Even if you already have a different version of Visual C++ Runtime, for example Visual C++ 2015, you still need to install Visual C++ 2013 Runtime prior to using SAP JVM. See SAP Note 2676219.
Related Information