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: README.md
+127Lines changed: 127 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -264,3 +264,130 @@ Refer to the [GraalVM documentation](https://www.graalvm.org/latest/docs/) for m
264
264
-[Accessing Resources in Native Image](https://www.graalvm.org/jdk21/reference-manual/native-image/dynamic-features/Resources/)
265
265
266
266
**TIP:** You can find many configuration samples in the [graalvm-reachability-metadata](https://github.com/oracle/graalvm-reachability-metadata) repository.
267
+
268
+
Here is a sample usage guide for ApacheFreeMarker + GraalVM.
269
+
270
+
To run the sample in classic Just In Time Way, we only need :
271
+
272
+
* FreeMarkerGraalVMSample.java
273
+
* sample.ftl
274
+
275
+
But for the Ahead Of Time application with GraalVM some additional configuration is required :
0 commit comments