java-janino 3.0.8
Java compiler
Janino is a Java compiler. Janino can compile a set of source files to a set of class files like javac
, but also compile a Java expression, block, class body or source file in memory, load the bytecode and execute it directly in the same JVM. janino
can also be used for static code analysis or code manipulation.
- Outputs:
out
- Website: https://github.com/janino-compiler/janino
- Licenses: Modified BSD
- Package source: gnu/packages/java.scm
- Builds: See build status
- Issues: See known issues
Installation
Install java-janino 3.0.8
as follows:
guix install java-janino@3.0.8
Or install the latest version:
guix install java-janino
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.