Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

FAQ Diagnose Bundle Start

Revision as of 10:39, 25 March 2010 by Nbros.mia-software.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Here is how to diagnose problems with a bundle (aka. plug-in) that doesn't want to start:

  • Start Eclipse with the command line option "-console" (this opens an OSGi console)
  • In this console, type install file:///C:/path_to_your_bundle
  • The OSGi console should answer with "Bundle id is 123", where "123" is a number assigned to your bundle
  • Now type: diag 123

This should give you a list of missing dependencies, that prevent the bundle from being started.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.