Jansi Native
Description
Jansi Native implements the JNI libraries used by the Jansi project:
- Kernel32 and WindowsSupport for ANSI support on Windows
- CLibrary for POSIX tty functions on Unix and Windows
jansi-nativeJava API:jansi-${platform}builds:
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.