Registry / utility / gluegen-rt-main

gluegen-rt-main

JSON →
library2.6.0javamavenunverified

Runtime library for JNI binding generation with GlueGen.

<dependency> <groupId>org.jogamp.gluegen</groupId> <artifactId>gluegen-rt-main</artifactId> <version>2.6.0</version> </dependency>
INSTALL
IMPORT
SIG · GLUEGEN-RT-MAIN
G
gluegen-rt-main
utilityjavav2.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GlueGen
com.jogamp.gluegen.runtime.GlueGen

Access GlueGen runtime version information.

import com.jogamp.gluegen.runtime.GlueGen; public class Example { public static void main(String[] args) { System.out.println(GlueGen.getVersion()); } }
Debug
Known issues
breakingRequires native libraries to be loaded at runtime.
fix
Ensure native libraries are on the java.library.path or use System.loadLibrary().
affects: all
Upgrade
Version history
2.6.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
gluegen-rt-main — mvn dependency:get gluegen-rt-main · libregistry