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: docs/reference-manual/native-image/Resources.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ There are several ways a resource can be registered for inclusion and be made ac
20
20
21
21
A resource configuration file contains information about the resources that you need to include in a native executable, encoded with patterns matching actual resources on your file system.
22
22
Such a configuration file has to be named _resource-config.json_ and placed in the _META-INF/native-image/_ directory so that `native-image` will automatically make use of it.
23
-
You can either generate it using the [Tracing Agent](AutomaticMetadataCollection/#tracing-agent), and then manually refine it, or create it from scratch.
23
+
You can either generate it using the [Tracing Agent](AutomaticMetadataCollection.md#tracing-agent), and then manually refine it, or create it from scratch.
24
24
You can choose one of the formats to specify the required resources (or combine them if necessary):
25
25
1. Globs (**recommended**)
26
26
2. Regular expressions (Regex) (**discouraged**)
@@ -56,7 +56,7 @@ Alternatively, the configuration file's path can be passed to `native-image` usi
56
56
### Globs
57
57
58
58
You can write a glob pattern to specify any required resources in the `globs` section of the configuration file.
59
-
Also, if you use the [Tracing Agent](AutomaticMetadataCollection/#tracing-agent) to generate the required configuration, it prints all entries in this format.
59
+
Also, if you use the [Tracing Agent](AutomaticMetadataCollection.md#tracing-agent) to generate the required configuration, it prints all entries in this format.
60
60
61
61
Globs are the recommended way to provide resources for `native-image` because they:
62
62
* Have custom handling in `native-image` that can speed up a resource registration process
0 commit comments