Skip to content

Commit 52a3432

Browse files
Merge pull request #2 from RumbleDB/java-17-documentation
Add Java 17/21 mention in the documentation
2 parents f968763 + fcd79be commit 52a3432

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Install with
4545
pip install jsoniq
4646
```
4747

48+
*Important note*: since the jsoniq package depends on pyspark 4, Java 17 or Java 21 is a requirement. If another version of Java is installed, this may lead to an error message such as "Unsupported class file major version 61". If so, you will need to check that JAVA_HOME is properly set.
49+
4850
## Sample code
4951

5052
We will make more documentation available as we go. In the meantime, you will find a sample code below that should just run

0 commit comments

Comments
 (0)