Das Image, das im Startdialog für einen Startkonfigurationstyp angezeigt wird, wird unter Verwendung des Erweiterungspunkts org.eclipse.debug.ui.launchConfigurationTypeImages ergänzt. Diese Erweiterung ordnet der ID eines Konfigurationstyps eine Imagedatei zu.
Die Befehle für das Java-Anwendungsimage lauten wie folgt:
<extension point="org.eclipse.debug.ui.launchConfigurationTypeImages"> <launchConfigurationTypeImage icon="icons/full/etool16/java_app.png" configTypeID="org.eclipse.jdt.launching.localJavaApplication" id="org.eclipse.jdt.debug.ui.launchConfigurationTypeImage.localJavaApplication"> </launchConfigurationTypeImage> ...