Jump to letter: [
ABCDEGHIJKMNOPRSTWX
]
janino: Embedded Java Compiler
- Summary
- Janino is a compiler that reads a JavaTM expression, block, class body,
source file or a set of source files, and generates JavaTM bytecode that
is loaded and executed directly. Janino is not intended to be a
development tool, but an embedded compiler for run-time compilation
purposes, e.g. expression evaluators or "server pages" engines like JSP.
The major design goal was to keep the compiler small and simple, while
partially sacrificing completeness. I don't like the idea of carrying
around huge libraries for simple applications.
Changelog
- * Wed Oct 19 12:00:00 2005 Ralph Apel <r{*}apel{%}r-apel{*}de> - 0:2.3.8-1jpp
-
- First JPackage build