Skip to content

Commit 7ee6c37

Browse files
authored
Fix issues identified by learn-build-bot
1 parent 79bfe70 commit 7ee6c37

File tree

1 file changed

+30
-29
lines changed

1 file changed

+30
-29
lines changed

articles/migrate/appcat/java-preview.md

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
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.
44
author: brborges
55
ms.author: brborges
66
ms.service: azure
77
ms.custom: devx-track-java, devx-track-extended-java
88
ms.topic: overview
9-
ms.date: 31/12/2024
9+
ms.date: 01/08/2025
1010
#customer intent: As a developer, I want to assess my Java application so that I can understand its readiness for migration to Azure.
1111
---
1212

@@ -103,43 +103,43 @@ For the JDK requirement, we recommend you use the [Microsoft Build of OpenJDK](/
103103

104104
### Prerequisites
105105

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.
107107
- [Download Apache Maven](https://maven.apache.org/download.cgi) and [install locally](https://maven.apache.org/install.html).
108108
- [Download and install Python 3](https://www.python.org/downloads/).
109109

110110
### Installation
111111

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/).
113113
Once you've downloaded the file, depending on your operating system, you should find either a **.tar.gz** (Linux/macOS) or **.zip** file (Windows).
114114
Please proceed to extract the binary from the downloaded file.
115115

116116
You should see a folder structure similar to the following:
117117

118-
```
119-
/azure-migrate-appcat-for-java-cli-<OS>-<architecture>-<release-version>-preview/
120-
├── appcat.exe (Windows) / appcat (Linux/macOS)
121-
├── samples/
122-
├── fernflower.jar
123-
├── LICENSE
124-
├── NOTICE.txt
125-
├── maven.default.index
126-
├── jdtls/
127-
├── static-report/
128-
├── rulesets/
129-
├── readme.md
130-
└── readme.html
131-
```
118+
```
119+
/azure-migrate-appcat-for-java-cli-<OS>-<architecture>-<release-version>-preview/
120+
├── appcat.exe (Windows) / appcat (Linux/macOS)
121+
├── samples/
122+
├── fernflower.jar
123+
├── LICENSE
124+
├── NOTICE.txt
125+
├── maven.default.index
126+
├── jdtls/
127+
├── static-report/
128+
├── rulesets/
129+
├── readme.md
130+
└── readme.html
131+
```
132132

133133
### Running the tool
134134

135135
#### Option 1: Run `appcat` from the downloaded folder
136136

137137
Change the directory to the extracted folder:
138138

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+
```
143143

144144
__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.
145145

@@ -151,13 +151,14 @@ On Windows, this is `%USERPROFILE%/.appcat` and on Linux/Mac, this is `$HOME/.ap
151151
Add the `.appcat` folder to your PATH environment variable so you can run the tool from any folder in the terminal.
152152

153153
- **Linux / macOS:**
154-
```sh
155-
mv /path/to/extracted/azure-migrate-appcat-for-java-cli-<OS>-<architecture>-<release-version>-preview/ $HOME/.appcat
156-
```
154+
```sh
155+
mv /path/to/extracted/azure-migrate-appcat-for-java-cli-<OS>-<architecture>-<release-version>-preview/ $HOME/.appcat
156+
```
157+
157158
- **Windows:**
158-
```psh
159-
move /path/to/extracted/azure-migrate-appcat-for-java-cli-<OS>-<architecture>-<release-version>-preview/ %USERPROFILE%/.appcat
160-
```
159+
```psh
160+
move /path/to/extracted/azure-migrate-appcat-for-java-cli-<OS>-<architecture>-<release-version>-preview/ %USERPROFILE%/.appcat
161+
```
161162

162163
__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.
163164

0 commit comments

Comments
 (0)