Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » LauncherConfigurationDelegate
LauncherConfigurationDelegate [message #265701] Fri, 06 August 2004 08:21 Go to next message
Eclipse UserFriend
Hello,

i try to access a plugin from a LauncherConfigurationDelegate. But i get a
ClassNotFoundException. I have no idea why this problem occurs.

Thanks for any help in advance.

Regards

Andreas
Re: LauncherConfigurationDelegate [message #265778 is a reply to message #265701] Fri, 06 August 2004 13:36 Go to previous message
Eclipse UserFriend
Your plugins runtime requirements are not set up correctly.

In your plugin.xml you will need to add an import for the plugin containing
the class that is not found.
As an example, for LaunchConfigurationDelegate and the launch configuration
framework you will need debug core.
<requires>
<import plugin="org.eclipse.debug.core"/>
</requires>

HTH
Darins

"Andreas Br
Previous Topic:How to set java.library.path for VMRunnerConfiguration
Next Topic:Console with inputstream/outputstream
Goto Forum:
  


Current Time: Wed Jun 04 21:45:32 EDT 2025

Powered by FUDForum. Page generated in 0.01721 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top