Jvm
Language plugin providing support for JVM bytecode.
Unlike for other languages, such as JavaScript, execution using PolyglotContext.evaluate is not available for the JVM.
When a context with JVM support is created, it will be able to load classes from the classpath defined in this plugin's configuration. A standard JVM entry point can then be accessed using the runJvm extension.