이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 2. Installing the MTA extension for Visual Studio Code
You can install the MTA extension for Visual Studio Code (VS Code).
Prerequisites
Java Development Kit (JDK) installed. MTA 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
:Copy to Clipboard Copied! Toggle word wrap Toggle overflow export JAVA_HOME=jdk11
$ export JAVA_HOME=jdk11
- In VS Code, click the Extensions icon on the Activity bar to open the Extensions view.
-
Enter
Migration Toolkit for Applications
in the Search field. Select the Migration Toolkit for Applications extension and click Install.
The MTA extension icon (
) is displayed on the Activity bar.