# JNAerator **Repository Path**: dev-wd/JNAerator ## Basic Information - **Project Name**: JNAerator - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-07-19 - **Last Updated**: 2024-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README __BEWARE__: _This project hasn't been maintained since 2015. An effort to refresh it (and [BridJ](https://github.com/nativelibs4java/BridJ)) is ongoing (Nov 2022), with no guarantees_. [![Maven Central](http://maven-badges.herokuapp.com/maven-central/com.nativelibs4java/jnaerator/badge.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.nativelibs4java%22%20AND%20a%3A%22jnaerator%22) [![Build Status](https://travis-ci.org/nativelibs4java/JNAerator.svg)](https://travis-ci.org/nativelibs4java/JNAerator) [![Join the chat at https://gitter.im/nativelibs4java/JNAerator](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/nativelibs4java/JNAerator?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [JNAerator](http://jnaerator.googlecode.com) generates complete native bindings for C, C++ and Objective-C libraries, targetting [BridJ](http://github.com/ochafik/BridJ), [JNA](https://github.com/twall/jna) or [node.js](http://nodejs.org) runtimes. A comprehensive documentation is available on its [Wiki](https://code.google.com/p/jnaerator/wiki/Documentation?tm=6). It was previously hosted on [ochafik/nativelibs4java](http://github.com/ochafik/nativelibs4java). # Quick links * [CHANGELOG](./CHANGELOG.md) * [FAQ](http://code.google.com/p/jnaerator/wiki/JNAeratorFAQ) * [Credits and License](http://code.google.com/p/jnaerator/wiki/CreditsAndLicense) # Building ``` git clone http://github.com/nativelibs4java/JNAerator.git cd JNAerator mvn clean install ``` # Support Please use the [mailing-list](https://groups.google.com/forum/#!forum/nativelibs4java) and [file bugs](https://github.com/ochafik/nativelibs4java/issues/new).