Run remote applications
To remotely execute an application in your target:
- Create a new connection to your target, if you do not yet have one:
- Click the New Connection combo box in the toolbar or select Target > New Connection. The New Connection wizard opens.
- Select Generic Connection. Click Next.
- Click Browse to look for targets. The Select Target dialog opens. It lists all the targets in the neighborhood with their corresponding IP.
- Select your device. Click OK.
- You can also change the default connection name, TCF Agent, in the Connection Name text box.
- Click Finish to create the connection.
- Click the Connect button
if it is not already connected. - Create a launch configuration:
- Select the project to launch in the Project Explorer view.
- Go to Run > Run Configurations. The Run Configurations dialog opens.

- Double-click the DEY C/C++ Remote Application category from the list on the left. A new launch configuration is created for your project. By default, all the required settings are automatically filled but you can modify them in their corresponding tab. Missing parameters or bad configuration errors are displayed in the message area at the top of the dialog.
- Click Apply to save the launch configuration.
Note You can also use the Run As > DEY C/C++ Remote Application shortcut from the context menu of the Project Explorer view.
- Remotely launch the application:
- Click Run in the Run Configurations dialog. The application is automatically transferred to the target and executed.
When the application is launched, the Terminal view is displayed. This view shows the input/output of the application running on the target device.
Note For more information, see the "C/C++ Development User Guide" at http://help.eclipse.org/index.jsp.
PDF
