executeString
The executeString method executes the specified command in the IDL process containing the underlying IDL object
Note
This method is disabled for applications running in the IDL Virtual Machine.
Syntax
public void executeString(String sCmd)
Arguments
sCmd
The command to be executed.
Examples
See IDL Command Line with Java Connector Object for an example that executes an IDL command entered into one textbox and writes IDL output or error information to a second textbox.