Description
A library to create a Java Virtual Machine and manipulate Java objects.
Description
Uses FFI to access JNI to create a JVM. Then the library lets you create and manipulate Java objects. There is also a code generator to generate wrapper Haskell code
README.md
HJVM
The HJVM project aims at integrating a Java Virtual Machine inside Haskell Code.
It allows launching a JVM from Haskell and manipulating the Java objects.
There is a also a binding generator to generate Haskell bindings to Java objects.