Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » export or launch cannot find any plugins
export or launch cannot find any plugins [message #449437] Sun, 14 May 2006 03:28
Eclipse UserFriend
Hi,

I had an RCP application with help etc and it worked perfectly fine
until I did following:
1. Removed all the libs to a separate library plugin.
2. Removed help to a separate plugin.

After the changes I have included these plugins under dependencies

Now I have following projects:
com.myproject
com.myproject-feature
com.myproject-site
com.myproject-libs (new)
com.myproject-help (new)

I can run the application successfully from the PDE via
com.myproject/plugin.xml --> Overview --> "Launch an Eclipse application"

But when I run the application from myapplication.product -> Overview
-> "Launch the product" I get error: **Launching failed because the
org.eclipse.osgi plug-in is not included in the configuration you are
launching. To fix the problem, go to the Plug-ins tab of this launch
configuration and ensure that the option selected includes said plug-in**

I can fix the launch configuration by selecting my plugin and then
clicking on the select all required plugins button but the same problem
happens when I export the product. It does not export/include "ANY"
plugin. There is no plugin folder in the exported product.

I checked and com.myproject-feature has org.eclipse.osgi as a required
plugin.

What am I doing wrong? Previous to creating my library plugin all was
working fine.

I created the library plugin from Eclipse -> new project -> Plug-in
from existing JAR archives and then made required changes in both
MANIFEST.MF files.

Any pointers.

Regards,
Amit.
Previous Topic:Help with architecture
Next Topic:Eclipse plugin help
Goto Forum:
  


Current Time: Sun Aug 31 14:54:36 EDT 2025

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

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

Back to the top