janinoc
Janino is a super-small, super-fast Java compiler. Not only can
Install
- All systems
-
curl cmd.cat/janinoc.sh
- Debian
-
apt-get install janino
- Ubuntu
-
apt-get install janino
- Kali Linux
-
apt-get install janino
- Fedora
-
dnf install janino
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install janino
- Raspbian
-
apt-get install janino
- Dockerfile
- dockerfile.run/janinoc
janino
Janino is a super-small, super-fast Java compiler. Not only can
it compile a set of source files to a set of class files like the JAVAC tool, but also can it compile a Java expression, block, class body or source file in memory, load the byte-code and execute it directly in the same JVM. 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.