fusesource / jansi-native

Builds the JNI libraries for the jansi project
http://fusesource.github.io/jansi/
Apache License 2.0
33 stars 22 forks source link

DEPRECATION

The Jansi Native library is deprecated and is now embedded inside Jansi 2.x.

Jansi Native

Description

Jansi Native implements the JNI libraries used by the Jansi project:

Apache License, Version 2.0, January 2004

Project Links

Building

To build, just run mvn -Dplatform=${platform} package where ${platform} may be windows32, windows64, osx, linux32, linux64, freebsd32, freebsd64 or any other platform of your choice.

Jansi native uses HawtJNI to ease JNI management. See Platform Build Tools Requirements for details on platform requirements.