Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Plugin "missing required bundle" but its included on the "depencies" tab?

Is it selected in your launch configuration?  (i.e.when you launch, there are a set of bundles (plugins) that will launch, is this one selected)?  Also, some of its dependencies may not be selected.

cheers,
ian

On Sun, Dec 28, 2008 at 1:39 PM, mxc <mark@xxxxxxxxxxxxxxxxx> wrote:

Hi all,

I am new to eclipse rcp. I have "wrapped" a 3rd party jar with its
dependencies in a separate plugin bundle using the wizard. The dependency
was working fine in a demo rcp I setup to test. Now I am trying to use it in
another project but I get
-------------------------------
!ENTRY org.eclipse.osgi 2 0 2008-12-28 19:57:27.117
!MESSAGE The following is a complete list of bundles which are not resolved,
see the prior log entry for the root cause if it exists:
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-12-28 19:57:27.118
!MESSAGE Bundle initial@reference:file:../../workspace/Cloud/ [39] was not
resolved.
!SUBENTRY 2 Cloud9 2 0 2008-12-28 19:57:27.119
!MESSAGE Missing required bundle ClientLib_1.0.0.
-------------------------------

During development the objects contained in the jar are resolved find byt
when I start to run the plugin I get missing requirement errors. What should
I check?

thanks

-----
http://www.jumpingbean.co.za Jumping bean your java and linux experts
http://www.cyberconnect.co.za Cyber Connect - More than just broadband
--
View this message in context: http://www.nabble.com/Plugin-%22missing-required-bundle%22-but-its-included-on-the-%22depencies%22-tab--tp21194638p21194638.html
Sent from the Eclipse PDE - General mailing list archive at Nabble.com.

_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-dev



--
R. Ian Bull, PhD
Software Developer, EclipseSource
http://www.ianbull.com
http://blog.ianbull.com

Back to the top