Java native interface (JNI) to ICMPv6.
This is a very preliminary release of CamlJava, an OCaml/Java
interface based on the following schema:
Caml/C interface JNI (Java Native Interface)
Caml <------------------> C <-----------------------------> Java
Currently, CamlJava provides a low-level, weakly-typed OCaml interface
very similar to the JNI. Java object references are mapped to an
abstract type, and various JNI-like operations are provided to allow
Java method invocation, field access, and more. A basic callback
facility (allowing Java code to invoke methods on Caml objects) is
also provided, although some stub Java code must be written by hand.
In the future, a higher-level, strongly-typed interface will be
provided, whereas Java classes are mapped directly to Caml classes.
This raises fairly delicate type mapping issues, though, so don't hold
your breath.
Java-based XInclude processors. This package contains 3 different
XInclude processor implementations, based on SAX, DOM and JDOM.
BeanShell is a small, free, embeddable Java source interpreter with object
scripting language features, written in Java. BeanShell dynamically executes
standard Java syntax and extends it with common scripting conveniences such as
loose types, commands, and method closures like those in Perl and JavaScript.
A pre-built version of the Eclipse Java Compiler (ECJ) used to build
and support the Java frontend of the GNU Compiler Collection (GCC).
SISC is an extensible Java based interpreter of the algorithmic
language Scheme. SISC uses modern interpretation techniques, and
handily outperforms all existing Java interpreters.
Jep embeds CPython in Java. It is safe to use in a heavily threaded
environment, it is quite fast and its stability is a main feature and goal.
Batik is a Java based toolkit for applications that handle images
in the Scalable Vector Graphics (SVG) format for various purposes,
such as viewing, generation, or manipulation.
The Jave project is a Java based ASCII-Art-graphic editor. It allows drawing
new images as well as converting JPG-Images to ASCII-Art.
Erlang is a programming language used to build massively scalable soft
real-time systems with requirements on high availability.
This port provides Java integration support for Erlang.