File: README.Debian

package info (click to toggle)
janino 2.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 3,380 kB
  • ctags: 4,569
  • sloc: java: 33,295; xml: 579; sh: 140; makefile: 19; perl: 11
file content (11 lines) | stat: -rw-r--r-- 686 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
Janino enables your application to compile Java code at runtime. It's useful
where parts of code change often (i.e. business logic) or as a scripting engine
that integrates seamlessly with your (Java) application. These and other use
cases are discussed at http://janino.net/use.html .
You may want to examine some examples, installed to
/usr/share/doc/janino/samples/ .

Janino can also act as a drop-in for javac, although this is mainly useful if
you want to test if Janino compiles your code without any problems instead of
using it as a replacement for a "real" Java compiler. For more information on
janinoc, the command line interface, type "man janinoc" or run "janinoc -help".