Skip to content

Commit db08a8b

Browse files
authored
Update 7-graal-native-executables.adoc
1 parent eb765dd commit db08a8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

blog/modules/ROOT/pages/7-graal-native-executables.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66
:author: Li Haoyi
7-
:revdate: ??? January 2025
7+
:revdate: 1 February 2025
88
_{author}, {revdate}_
99

1010
One recent development is the ability to compile Java programs into self-contained
@@ -610,4 +610,4 @@ ability to package your Java program into a native binary that can be run withou
610610
installed, starts much more quickly, and uses much less memory. There are some caveats around
611611
creation times, binary sizes, and runtime reflection, so they may not be suitable for all
612612
scenarios. But they are a useful tool in the toolbox that helps bridge the gap between the
613-
"Java" world and the world of native command-line tools on Linux, Mac, or Windows.
613+
"Java" world and the world of native command-line tools on Linux, Mac, or Windows.

0 commit comments

Comments
 (0)