Skip to content

Commit 4eafe5f

Browse files
authored
add java/jdk.management to jlink in troubleshooting doc (#2575)
1 parent b6ef7eb commit 4eafe5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/troubleshooting.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ https://github.com/elastic/apm-agent-java[GitHub repository].
325325
[float]
326326
[[trouble-shooting-jlink]]
327327
==== Custom Java runtimes using `jlink` ====
328-
If you use `jlink` to create a custom runtime, make sure the following modules are added: `--add-modules java.base,java.logging,java,jdk.zipfs`
328+
If you use `jlink` to create a custom runtime, make sure the following modules are added: `--add-modules java.base,java.logging,java,jdk.zipfs,java.management,jdk.management`
329329

330330
[float]
331331
[[disable-agent]]

0 commit comments

Comments
 (0)