Skip to content

cjohnstoniv/jansi-native

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jansi Native

Description

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

Apache License, Version 2.0, January 2004

  • jansi-native Java API: Maven Central
  • jansi-${platform} builds: windows32 windows64 osx linux32 linux32 freebsd32 freebsd64

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.

About

Builds the JNI libraries for the jansi project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 72.4%
  • Makefile 16.4%
  • C 7.1%
  • M4 4.1%