emabrey / jni-headers

The platform/system specific JNI headers for the Windows, Linux, Max OSX and Solaris environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JNI Headers

Build Status Latest JDK Version

Provides the platform specific headers needed for compiling native JNI enabled libraries. The JDK comes with only the headers needed to target the host/development system and lacks the headers required to target other operating systems or CPUs. By providing these headers in a central location I hope to streamline access and availability of these header files. Note that these headers are all copyrighted by Oracle and affiliates of Oracle. These headers are provided under an exclusive copyleft license, known as the GNU GENERAL PUBLIC LICENSE Version 2 (GPLv2). The terms of that license allow me to redistribute these files to others without modification. To view the terms of the license governing the JNI headers please read the LICENSE file in the root directory of the project. I, Emily Mabrey, do not own any part of the code I am distributing here unless otherwise specified explicitly at the top of a given file.

About

The platform/system specific JNI headers for the Windows, Linux, Max OSX and Solaris environments

License:GNU General Public License v2.0


Languages

Language:C 56.3%Language:C++ 42.7%Language:Objective-C 1.0%