Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 297 Bytes

File metadata and controls

23 lines (15 loc) · 297 Bytes

Herb Java/JNI Bindings

Java bindings for the Herb HTML+ERB parser using JNI (Java Native Interface).

Quick Start

Prerequisites

java -version

Build

cd java

make templates
make jni
make java

This creates ../build/libherb_jni.dylib (or .so on Linux).