Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Im using Eclipse PDE and I started getting some weird exceptions/behaviour. Whats the matter?

0
Posted

Im using Eclipse PDE and I started getting some weird exceptions/behaviour. Whats the matter?

0

Eclipse PDE uses Equinox OSGi platform underneath which (like other OSGi platforms) caches the bundles between re-runs. When the cache is not properly updated, one can encounter strange behaviour (such as the new services/code being picked up) or errors ranging from class versioning to linkage. Consider doing a complete clean build or, in case of Eclipse, creating a new workspace or deleting the bundle folder (depends on each project settings but most users should find it at: [workspace_dir]\.metadata\.plugins\org.eclipse.pde.core\OSGi\org.eclipse.osgi\bundles).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123