Skip to main content

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

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
>


Back to the top