[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[List Home]
|
Re: [cdt-dev] getProcessList()
|
- From: "Mike Wrighton" <mike.wrighton@xxxxxxxxxxxxxx>
- Date: Mon, 8 Dec 2008 16:27:26 +0000
- Delivered-to: cdt-dev@eclipse.org
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=8z8CuAwwejBe9Px2QL8zKbXfS9rQDMqMtWwq90+qfGY=; b=Pv/8bxu8mfF+4AR+z3lEVbJZpZfX0jDFYXcTLZAigBl9H0kBXheNLofvHWPTjeOluI D0VaOlfP9udt/gqdUBoaKsldaRlXKfl7yOODCvtPEN5NrGZv2e3no5TPC88LKbIqyvjq pX4iPUSPul857pGEPFz7TupZ6jcuXETL3khuc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ayseP8PdWXq4ClgFcWXvOyGI2bO4CyEr4zMh+1jlo5C/x0bPOS+6udJlDNrrdyL8d5 jXezszT5GM4SsNnpQl6rlXoCWeskViBBAzlX6ykilbynPvbbcXcLNV82WmxJEc9OaKbj EIZDw4bTAWLJT6gRYrg3pZ4z8xOdwdU50bC2c=
I'm on 64-bit linux but I'm running with a 32-bit JVM and with -arch x86.
2008/12/8 Elena Laskavaia <elaskavaia@xxxxxxx>:
> this is from core.linux fragment. Do you have it in plugins dir? Are you on
> linux?
>
> Mike Wrighton wrote:
>>
>> The exception is
>>
>> org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.cdt.core
>> was unable to load class
>> org.eclipse.cdt.internal.core.linux.ProcessList
>> ...
>> Caused by: java.lang.ClassNotFoundException:
>> org.eclipse.cdt.internal.core.linux.ProcessList
>>
>> I've got a dependancy to org.eclipse.cdt.core though so I don't know
>> why it's not picking it up?
>>
>> Mike
>>
>> 2008/12/8 Marc Khouzam <marc.khouzam@xxxxxxxxxxxx>:
>>>
>>> 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
>>>>
>>> _______________________________________________
>>> cdt-dev mailing list
>>> cdt-dev@xxxxxxxxxxx
>>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>>>
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>