Slide 8
Slide 8 text
http://janino-compiler.github.io/janino/
With Janino!!
Janino can not only 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.
Compile the Java source code