CGI-invoking servlet for web applications, used to execute scripts which
comply to the Common Gateway Interface (CGI) specification and are named
in the path-info used to invoke this servlet.
A map containing common environment values for JDK <= 1.4:
"PATH", "LD_LIBRARY_PATH", "LD_ASSUME_KERNEL", "USER", "TMP", "TEMP", "HOME", "HOMEPATH", "LANG", "TZ", "OS"
They can be set with e.g.: java -DPATH="$PATH" -DHOME="$HOME" -jar JavaBridge.jar or
java -DPATH="%PATH%" -jar JavaBridge.jar.
ComplieScript interface is an abstraction for the intermediate
code produced by the compilation and contains methods which allow
the re-execution of the intermediate code retained.