exe-windows-x86_64.defl

Tool to automatically generate the Java and JNI code

Install

All systems
curl cmd.cat/exe-windows-x86_64.defl.sh
Debian Debian
apt-get install libgluegen2-build-java
Ubuntu
apt-get install libgluegen2-build-java
image/svg+xml Kali Linux
apt-get install libgluegen2-build-java
Windows (WSL2)
sudo apt-get update sudo apt-get install libgluegen2-build-java
Raspbian
apt-get install libgluegen2-build-java

libgluegen2-build-java

Tool to automatically generate the Java and JNI code

Gluegen reads as input ANSI C header files and separate configuration files which provide control over many aspects of the glue code generation. GlueGen uses a complete ANSI C parser and an internal representation (IR) capable of representing all C types to represent the APIs for which it generates interfaces. It has the ability to perform significant transformations on the IR before glue code emission. GlueGen is currently powerful enough to bind even low-level APIs such as the Java Native Interface (JNI) and the AWT Native Interface (JAWT) back up to the Java programming language. This package contains some Java sources necessary to build gluegen-based packages.