https://github.com/lucretia/jni
Ada bindings to the Java 11 Native Interface API.
https://github.com/lucretia/jni
ada ada2012 binding-for-java bindings gnat java java-native-interface java11 jni
Last synced: 13 days ago
JSON representation
Ada bindings to the Java 11 Native Interface API.
- Host: GitHub
- URL: https://github.com/lucretia/jni
- Owner: Lucretia
- License: other
- Created: 2019-06-11T19:37:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-11T19:38:49.000Z (almost 6 years ago)
- Last Synced: 2025-03-24T14:44:12.899Z (30 days ago)
- Topics: ada, ada2012, binding-for-java, bindings, gnat, java, java-native-interface, java11, jni
- Language: Ada
- Size: 9.77 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JNI
This is an Ada 2012 library that binds to the Java Native Interface.
# Building
## GNAT
```bash
$ cd build/gnat
$ make
```# Dependencies
Ada 2012 compiler.
## Tested with
FSF GNAT 7.3.0
# Copyright
Copyright (C) 2019 by Luke A. Guest
# Licence
New-style BSD, see LICENCE file in source root directory and at the start of all source files.