Package-level declarations
Types
Link copied to clipboard
Language plugin providing support for JVM bytecode.
Link copied to clipboard
Configuration for the Jvm plugin.
Functions
Link copied to clipboard
Add new entries to the guest classpath used by the embedded context. Each Path will be added in its string representation using Path.pathString.
Link copied to clipboard
fun PolyglotContext.runJvm(mainClassName: String, mainMethodName: String = "main", arguments: Array<String> = arrayOf()): Int
Run the entrypoint of a guest JVM application. This extension attempts to locate a static method with the specified mainMethodName in a class defined by a fully-qualified mainClassName.