diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs index fabd43e849e24..a647cd39fd770 100644 --- a/docs/html/guide/guide_toc.cs +++ b/docs/html/guide/guide_toc.cs @@ -733,9 +733,16 @@
JNI is the Java Native Interface. It defines a way for code written in the Java programming language to interact with native code, e.g. functions written in C/C++. It's VM-neutral, has support for loading code from