New launch shortcut - org.eclipse.debug.ui.ILaunchShortcut2 class not found [message #726264] |
Fri, 16 September 2011 20:09  |
Eclipse User |
|
|
|
Hi,
I am implementing a plugin that adds a new launch configuration/shortcut for WTP based projects. I have a class that implements the org.eclipse.debug.ui.ILaunchShortcut2 interface. The launch shortcut shows up when I right click the project but on execution throws up a
"java.lang.ClassNotFoundException: org.eclipse.debug.ui.ILaunchShortcut" error. On a similar note, I get a ClassNotFoundException on org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup too.
I am testing the plugin on ganymede (3.4.0 - build I20080617-2000). Interestingly, the launcher works fine when I run/debug my application in a local runtime workbench. The MANIFEST file does contain a dependency on the org.eclipse.jdt.debug.ui package. Any pointers will be appreciated.
Thanks.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03059 seconds