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

Commit e5cfdb4

Browse files
add comment regarding GraalVM 22.0.0.2 incompatiblity
1 parent 3403972 commit e5cfdb4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

standalone/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This project contains JUnit tests for
1111
- the SQLcl command `tvdformat`
1212
- the standalone exectable `tvdformat`
1313

14-
The project requires a JDK 17, but it produces a Java 8 executable JAR file. A GraalVM JDK is required only if you want to build a [native image](https://www.graalvm.org/reference-manual/native-image/).
14+
The project requires a JDK 17, but it produces a Java 8 executable JAR file. A GraalVM JDK is required only if you want to build a [native image](https://www.graalvm.org/reference-manual/native-image/). GraalVM 22.0.0.2 does not work in with the libraries from SQLcl 21.4.1 (throws `org.graalvm.polyglot.PolyglotException: java.lang.AssertionError`). Please use GraalVM 21.3.0 instead.
1515

1616
## Running the Standalone Formatter
1717

@@ -71,7 +71,7 @@ The parameters are the same as for the [executable JAR](#executable-jar).
7171
The shell script expects to find the libraries such as `dbtools-common.jar` in `/usr/local/bin/sqlcl/lib`. If they are not there, pass the path to the directory as parameter to this script. For example
7272
7373
```
74-
./install_sqlcl_libs.sh /opt/homebrew/Caskroom/sqlcl/21.4.0.348.1716/sqlcl/lib
74+
./install_sqlcl_libs.sh /usr/local/bin/sqlcl/lib
7575
```
7676
7777
9. Run Maven build by the following command

0 commit comments

Comments
 (0)