Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>This <a href="http://help.eclipse.org/juno/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/org/eclipse/debug/core/ILaunchConfigurationMigrationDelegate.html" rel="nofollow">implementation of this interface</a> should be declared in extension point.</p> <p>You can refer to JDT itself implementation <strong>org.eclipse.jdt.internal.launching.JavaMigrationDelegate</strong>.</p> <p>Please note the launch shortcut specify the configuration type as the one defined via extension.</p> <pre><code> &lt;extension point="org.eclipse.debug.ui.launchShortcuts"&gt; &lt;shortcut class="org.eclipse.jdt.debug.ui.launchConfigurations.JavaApplicationLaunchShortcut" description="%JavaLaunchShortcut.description" helpContextId="org.eclipse.jdt.debug.ui.shortcut_local_java_application" icon="$nl$/icons/full/etool16/java_app.gif" id="org.eclipse.jdt.debug.ui.localJavaShortcut" label="%JavaApplicationShortcut.label" modes="run, debug"&gt; &lt;contextualLaunch&gt; &lt;enablement&gt; &lt;with variable="selection"&gt; &lt;count value="1"/&gt; &lt;iterate&gt; &lt;and&gt; &lt;adapt type="org.eclipse.jdt.core.IJavaElement"&gt; &lt;test property="org.eclipse.jdt.core.isInJavaProject"/&gt; &lt;/adapt&gt; &lt;or&gt; &lt;test property="org.eclipse.jdt.launching.hasMain"/&gt; &lt;test property="org.eclipse.jdt.launching.isContainer"/&gt; &lt;test property="org.eclipse.jdt.launching.isPackageFragment"/&gt; &lt;test property="org.eclipse.jdt.launching.isPackageFragmentRoot"/&gt; &lt;/or&gt; &lt;/and&gt; &lt;/iterate&gt; &lt;/with&gt; &lt;/enablement&gt; &lt;/contextualLaunch&gt; &lt;configurationType id="org.eclipse.jdt.launching.localJavaApplication"&gt; &lt;/configurationType&gt; &lt;description description="%RunJavaLaunchShortcut.description" mode="run"&gt; &lt;/description&gt; &lt;description description="%DebugJavaLaunchShortcut.description" mode="debug"&gt; &lt;/description&gt; &lt;/shortcut&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload