Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [pde-dev] Error when starting an RCP app

Rajeev
 
My experience is that this error can be caused by a number of things.  Some causes include (1) a compile error in the packaged RCP app, (2) a problem loading a library, (3) not specifying all of the appropriate plugins in the product configuration.  The most typical reason for me is #3.
 
Ed


From: pde-dev-bounces@xxxxxxxxxxx [mailto:pde-dev-bounces@xxxxxxxxxxx] On Behalf Of Rajeev Sikka
Sent: Monday, March 20, 2006 12:04 AM
To: pde-dev@xxxxxxxxxxx
Subject: [pde-dev] Error when starting an RCP app


Hi,

When I start my rcp app, it runs for a fewseconds and then dies. Attached is the log file.

I am interested in the first exception "org.osgi.framework.BundleException:" - whats the reason for it?

Thanks
Rajeev


Back to the top