You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/migrate/appcat/java-preview.md
+30-29Lines changed: 30 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: Azure Migrate application and code assessment for Java
3
-
description: Learn how to use the Azure Migrate application and code assessment tool to determine readiness to migrate any type of Java application to Azure.
2
+
title: Azure Migrate application and code assessment for Java version 7
3
+
description: Learn how to use the next generation of Azure Migrate application and code assessment tool to determine readiness to migrate any type of Java application to Azure.
#customer intent: As a developer, I want to assess my Java application so that I can understand its readiness for migration to Azure.
11
11
---
12
12
@@ -103,43 +103,43 @@ For the JDK requirement, we recommend you use the [Microsoft Build of OpenJDK](/
103
103
104
104
### Prerequisites
105
105
106
-
-[Download](https://learn.microsoft.com/en-us/java/openjdk/download#openjdk-17) and [install Microsoft Build of OpenJDK 17](https://learn.microsoft.com/en-us/java/openjdk/install). Ensure that the **JAVA_HOME** environment variable is set.
106
+
-[Download](/java/openjdk/download#openjdk-17) and [install Microsoft Build of OpenJDK 17](/java/openjdk/install). Ensure that the **JAVA_HOME** environment variable is set.
107
107
-[Download Apache Maven](https://maven.apache.org/download.cgi) and [install locally](https://maven.apache.org/install.html).
108
108
-[Download and install Python 3](https://www.python.org/downloads/).
109
109
110
110
### Installation
111
111
112
-
To install `appcat`, download the appropriate zip file for [your platform](hhttps://learn.microsoft.com/en-us/azure/migrate/appcat/).
112
+
To install `appcat`, download the appropriate zip file for [your platform](/azure/migrate/appcat/).
113
113
Once you've downloaded the file, depending on your operating system, you should find either a **.tar.gz** (Linux/macOS) or **.zip** file (Windows).
114
114
Please proceed to extract the binary from the downloaded file.
115
115
116
116
You should see a folder structure similar to the following:
#### Option 1: Run `appcat` from the downloaded folder
136
136
137
137
Change the directory to the extracted folder:
138
138
139
-
```sh
140
-
cd /azure-migrate-appcat-for-java-cli-<OS>-<architecture>-<release-version>-preview/
141
-
./appcat --help
142
-
```
139
+
```sh
140
+
cd /azure-migrate-appcat-for-java-cli-<OS>-<architecture>-<release-version>-preview/
141
+
./appcat --help
142
+
```
143
143
144
144
__Note:__`appcat` binary will first look for its dependencies in the current directory where it is running from, and will fall back to the scenario below if not found.
145
145
@@ -151,13 +151,14 @@ On Windows, this is `%USERPROFILE%/.appcat` and on Linux/Mac, this is `$HOME/.ap
151
151
Add the `.appcat` folder to your PATH environment variable so you can run the tool from any folder in the terminal.
__Note:__ In this context, when `appcat` binary is called from a different folder than where it is actually installed, it willlook for its dependencies on the `.appcat` folder in the user's home directory.
0 commit comments