Skip to content

Commit

Permalink
Merge branch 'main' of [email protected]:toolfactory/jvm-driver.git into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
Roberto-Gentili committed Oct 4, 2023
2 parents b3dd7e0 + a88743e commit dc76093
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,12 @@ There are four kinds of driver:
* the **hybrid driver** that extends the default driver and uses some JNI functions only when run on JVM 17 and later
* the **native driver** that extends the hybrid driver and uses JNI functions more consistently regardless of the Java version it is running on

All JNI methods used by the dynamic, hybrid and native driver are supplied by [**Narcissus**](https://toolfactory.github.io/narcissus/) that works on the following system configurations:
By default all JNI methods used by the dynamic, hybrid and native driver are supplied by [**Narcissus**](https://toolfactory.github.io/narcissus/) that works on the following system configurations:
* Windows (x86, x64)
* Linux (x86, x64)
* MacOs (x64)
* MacOs (x64)

If you need [**a faster JNI engine than Narcissus**](https://github.com/burningwave/jvm-driver/issues/3#issuecomment-1149840706) consider to use the [**Burningwave JVM Driver**](https://burningwave.github.io/jvm-driver/).

<br/>

Expand Down

0 comments on commit dc76093

Please sign in to comment.