https://github.com/alexanderschuetz97/jnigenerator
Maven plugin to generate boilerplate code c code to interact with the JVM using JNI from the c side.
https://github.com/alexanderschuetz97/jnigenerator
Last synced: about 2 months ago
JSON representation
Maven plugin to generate boilerplate code c code to interact with the JVM using JNI from the c side.
- Host: GitHub
- URL: https://github.com/alexanderschuetz97/jnigenerator
- Owner: AlexanderSchuetz97
- License: gpl-3.0
- Created: 2022-09-08T22:44:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T11:13:27.000Z (8 months ago)
- Last Synced: 2025-02-03T17:47:06.127Z (4 months ago)
- Language: Java
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# jnigenerator
Maven plugin to generate boilerplate code c code to interact with the JVM using JNI from the c side.## License
jnigenerator is released under the GNU General Public License Version 3.
A copy of the GNU General Public License Version 3 can be found in the COPYING file.## Usage
see pom.xml of https://github.com/AlexanderSchuetz97/JavaNativeUtils/tree/master