|
IDL Connectivity Bridges: Using Exported Java Objects |
|
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. |
public void executeString(String sCmd)
The command to be executed.
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.
IDL Online Help (March 06, 2007)