W3cubDocs

/OpenJDK 25

Interface JdiDefaultExecutionControl.JdiStarter

Enclosing class:
JdiDefaultExecutionControl
public static interface JdiDefaultExecutionControl.JdiStarter
Start an external process where the user's snippets can be run.
Since:
22

Nested Class Summary

Modifier and Type Interface Description
static final record  JdiDefaultExecutionControl.JdiStarter.TargetDescription
The description of a started external process.

Method Summary

Modifier and Type Method Description
JdiDefaultExecutionControl.JdiStarter.TargetDescription start(ExecutionEnv env, Map<String,String> parameters, int port)
Start the external process based on the given parameters.

Method Details

start

JdiDefaultExecutionControl.JdiStarter.TargetDescription start(ExecutionEnv env, Map<String,String> parameters, int port)
Start the external process based on the given parameters. The external process should connect to the given port to communicate with the driving instance of JShell.
Parameters:
env - the execution context
parameters - additional execution parameters
port - the port to which the remote process should connect
Returns:
a description of the started external process
Throws:
RuntimeException - if the process cannot be started
Error - if the process cannot be started

© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/jdk.jshell/jdk/jshell/execution/JdiDefaultExecutionControl.JdiStarter.html