Menu

Java Native Extensions (JANET) / News: Recent posts

Janet 1.1 released!

Java Native Extensions (JANET) is a programming tool simplifying integration of native code with Java applications. A foundation for that integration is provided by the Java Native Interface (JNI) API. However, that low-level API exhibits bare bones of the Java Virtual Machine, making it very inconvenient to use and error-prone.

JANET simplifies development process by defining a lightweight Java language extension enabling work on a much higher level of abstraction, closer to that of the Java language itself. JANET translation tool is used to generate ordinary JNI code out of JANET source files. ... read more

Posted by Dawid Kurzyniec 2003-06-23

JANET 1.0 released!

Java Native Extensions (JANET) is a programming tool simplifying integration of native code with Java applications. A foundation for that integration is provided by the Java Native Interface (JNI) API. However, that low-level API exhibits bare bones of the Java Virtual Machine, making it very inconvenient to use and error-prone.

JANET simplifies development process by defining a lightweight Java language extension enabling work on a much higher level of abstraction, closer to that of the Java language itself. JANET translation tool is used to generate ordinary JNI code out of JANET source files.... read more

Posted by Dawid Kurzyniec 2002-01-08