Skip to content

Commit 4a3a2c9

Browse files
authored
docs(sample): update README for native image sample (#1281)
1 parent fcf63a6 commit 4a3a2c9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

samples/native-image-sample/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ You will need to follow these prerequisite steps in order to run the samples:
2020
2121
**Note:** Authenticating with Application Default Credentials is convenient to use during development, but we recommend [alternate methods of authentication](https://cloud.google.com/docs/authentication/production) during production use.
2222
23-
3. Install the GraalVM compiler.
23+
3. Install the native image compiler.
2424
25-
You can follow the [official installation instructions](https://www.graalvm.org/docs/getting-started/#install-graalvm) from the GraalVM website.
25+
You can follow the [installation instructions](https://www.graalvm.org/docs/getting-started/#install-graalvm).
2626
After following the instructions, ensure that you install the native image extension installed by running:
2727
2828
```
@@ -36,9 +36,9 @@ You will need to follow these prerequisite steps in order to run the samples:
3636
```
3737
$ java -version
3838
39-
openjdk version "11.0.7" 2020-04-14
40-
OpenJDK Runtime Environment GraalVM CE 20.1.0 (build 11.0.7+10-jvmci-20.1-b02)
41-
OpenJDK 64-Bit Server VM GraalVM CE 20.1.0 (build 11.0.7+10-jvmci-20.1-b02, mixed mode, sharing)
39+
openjdk version "17.0.3" 2022-04-19
40+
OpenJDK Runtime Environment GraalVM CE 22.1.0 (build 17.0.3+7-jvmci-22.1-b06)
41+
OpenJDK 64-Bit Server VM GraalVM CE 22.1.0 (build 17.0.3+7-jvmci-22.1-b06, mixed mode, sharing)
4242
```
4343
4444
## BigTable Environment setup
@@ -110,4 +110,4 @@ In order to run the sample's integration test, call the following command:
110110
111111
```
112112
mvn test -P native
113-
```
113+
```

0 commit comments

Comments
 (0)