Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] getProcessList()

Hi,

In DSF-GDB, we are calling CCorePlugin.getDefault().getProcessList()
without a problem.  I've tried it calling it from some random DSF plugin
without a problem either.  The only thing I had to do was to add a
dependency to org.eclipse.cdt.core to my plugin.xml file.

Any more info on your error?

Marc

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Mike Wrighton
> Sent: Monday, December 08, 2008 5:40 AM
> To: CDT General developers list.
> Subject: [cdt-dev] getProcessList()
> 
> Hi,
> 
> I'm trying to call CCorePlugin.getDefault().getProcessList() from my
> plugin, but getting a 'cannot load class' exception - am I forgetting
> to do something?
> 
> Cheers,
> Mike
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top