File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
docs/reference-manual/java-on-truffle Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ You can download a standalone based on Oracle GraalVM or GraalVM Community Editi
5050
51513. A standalone comes with a JVM in addition to its native launcher. Check the version to see the Java on Truffle runtime is active:
5252 ` ` ` shell
53+ # Path to Java on Truffle (Espresso) installation
5354 ./path/to/bin/java -truffle -version
5455 ` ` `
5556
@@ -97,7 +98,8 @@ This might be important for options such as `MaxDirectMemorySize` which can be s
9798
9899To ensure you have successfully installed Java on Truffle, verify its version:
99100```shell
100- java -truffle -version
101+ # Path to Java on Truffle (Espresso) installation
102+ ./path/to/bin/java -truffle -version
101103```
102104
103105Taking this `HelloWorld.java` example, compile it and run from the command line:
You can’t perform that action at this time.
0 commit comments