JdiDefaultExecutionControlpublic static interface JdiDefaultExecutionControl.JdiStarter
| Modifier and Type | Interface | Description |
|---|---|---|
static final record |
JdiDefaultExecutionControl.JdiStarter.TargetDescription |
The description of a started external process. |
| Modifier and Type | Method | Description |
|---|---|---|
JdiDefaultExecutionControl.JdiStarter.TargetDescription |
start |
Start the external process based on the given parameters. |
JdiDefaultExecutionControl.JdiStarter.TargetDescription start(ExecutionEnv env, Map<String,String> parameters, int port)
port to communicate with the driving instance of JShell.env - the execution contextparameters - additional execution parametersport - the port to which the remote process should connectRuntimeException - if the process cannot be startedError - 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