diff options
author | Sven Gothel <[email protected]> | 2023-06-29 04:10:44 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2023-06-29 04:10:44 +0200 |
commit | d5304ac167fc406f682730c40fef2c880a44672e (patch) | |
tree | c785462760019fe1c96e69d5c20b3cc4ffafb0b3 /www | |
parent | dc5061e2d31f01a875b27e722835e2e8cfa67c88 (diff) |
Doc intro: Fix LibraryOnLoad using generic LibraryBasename
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index c99a819..7fcca09 100644 --- a/www/index.html +++ b/www/index.html @@ -72,7 +72,7 @@ the AWT Native Interface (JAWT) back up to the Java programming language. </p> <p> - Further, GlueGen supports generating `JNI_OnLoad(..)` for dynamic and `JNI_OnLoad_{LibraryBasename}(..)` for static libraries via <a href="../doc/GlueGen_Mapping.html#libraryonload-librarybasename-for-jni_onload-">`LibraryOnLoad Bindingtest2`</a>, which also provides `JVMUtil_GetJNIEnv(..)` to resolve the `JNIEnv*` as used by <a href="../doc/GlueGen_Mapping.html#java-callback-from-native-c-api-support">Java™ callback methods</a>. + Further, GlueGen supports generating `JNI_OnLoad(..)` for dynamic and `JNI_OnLoad_{LibraryBasename}(..)` for static libraries via <a href="../doc/GlueGen_Mapping.html#libraryonload-librarybasename-for-jni_onload-">`LibraryOnLoad LibraryBasename`</a>, which also provides `JVMUtil_GetJNIEnv(..)` to resolve the `JNIEnv*` as used by <a href="../doc/GlueGen_Mapping.html#java-callback-from-native-c-api-support">Java™ callback methods</a>. </p> <p> GlueGen utilizes <a href="https://jogamp.org/cgit/jcpp.git/about/">JCPP</a>, migrated C preprocessor written in Java™. |