Java
Runtime plugin adding support for evaluating Java in an interactive shell. Applying this plugin will automatically install the Jvm plugin.
Note that currently the Java shell feature is available even without applying the Java plugin, it only requires the Jvm plugin to be installed, and a GuestJavaEvaluator instance.
In the future however, the plugin will automatically create an interpreter instance and associate it with the context for use with extensions, reducing the overhead of starting the shell.
See also
GuestJavaEvaluator