Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
Chapter 2. Installing the MTR extension for Visual Studio Code
You can install the MTR extension for Visual Studio Code (VS Code).
Prerequisites
Java Development Kit (JDK) installed. MTR supports the following JDKs:
- OpenJDK 11
- Oracle JDK 11
- 8 GB RAM
-
macOS installation: the value of
maxproc
must be2048
or greater.
Procedure
Set the environmental variable
JAVA_HOME
:export JAVA_HOME=jdk11
$ export JAVA_HOME=jdk11
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - In VS Code, click the Extensions icon on the Activity bar to open the Extensions view.
-
Enter
Migration Toolkit for Runtimes
in the Search field. Select the Migration Toolkit for Runtimes extension and click Install.
The MTR extension icon (
) is displayed on the Activity bar.