Skip to content
This repository was archived by the owner on May 22, 2024. It is now read-only.

Commit b6c43d1

Browse files
committed
Update README.
1 parent d96002f commit b6c43d1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,16 @@ API](https://docs.oracle.com/javase/8/docs/technotes/guides/scripting/prog_guide
4848

4949
To Execute with Graal run
5050
```
51-
mvn exec:exec@graal
51+
mvn exec:exec
5252
```
5353

5454
To Execute without Graal run
5555
```
5656
mvn exec:exec@nograal
5757
```
58+
59+
## Running on GraalVM
60+
61+
This project is also setup to run on GraalVM. The setup is the same except
62+
that your JAVA_HOME should point to a directory contain GraalVM. In this case,
63+
execution without Graal is not supported.

0 commit comments

Comments
 (0)