Skip to content

Commit 3889e49

Browse files
authored
Do not support JRE in runtime attachment
1 parent 81cb887 commit 3889e49

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/azure-monitor/app/java-spring-boot.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ To use the programmatic configuration and attach the Application Insights agent
4949
And invoke the `attach()` method of the `com.microsoft.applicationinsights.attach.ApplicationInsights` class.
5050

5151
> [!TIP]
52-
> ⚠ The invocation must be requested at the beginning of the `main` method.
52+
> ⚠ JRE is not supported.
53+
54+
> [!TIP]
55+
> ⚠ The invocation must be requested at the beginning of the `main` method.
5356
5457
Example:
5558

@@ -70,4 +73,4 @@ If you want to use a JSON configuration:
7073

7174

7275
> [!TIP]
73-
> With a programmatic configuration, the `applicationinsights.log` file containing the agent logs is located in the directory from where the JVM is launched (user directory). This default behavior can be changed (see the _Self-diagnostics_ part of [this page](../app/java-standalone-config.md)).
76+
> With a programmatic configuration, the `applicationinsights.log` file containing the agent logs is located in the directory from where the JVM is launched (user directory). This default behavior can be changed (see the _Self-diagnostics_ part of [this page](../app/java-standalone-config.md)).

0 commit comments

Comments
 (0)