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
@@ -250,3 +250,130 @@ Refer to the [GraalVM documentation](https://www.graalvm.org/latest/docs/) for m
250
250
-[Accessing Resources in Native Image](https://www.graalvm.org/jdk21/reference-manual/native-image/dynamic-features/Resources/)
251
251
252
252
**TIP:** You can find many configuration samples in the [graalvm-reachability-metadata](https://github.com/oracle/graalvm-reachability-metadata) repository.
253
+
254
+
Here is a sample usage guide for ApacheFreeMarker + GraalVM.
255
+
256
+
To run the sample in classic Just In Time Way, we only need :
257
+
258
+
* FreeMarkerGraalVMSample.java
259
+
* sample.ftl
260
+
261
+
But for the Ahead Of Time application with GraalVM some additional configuration is required :
0 commit comments