How to test a BeanInfo [message #134862] |
Sun, 14 January 2007 11:22  |
Eclipse User |
|
|
|
Hello,
I've written a BeanInfo for a custom component and now I want to see if
it is loaded into the remote-VM. How can I test this, either by using
the debugger or some test code?
Thanks in advance,
Daniel
|
|
|
|
|
Re: How to test a BeanInfo [message #134982 is a reply to message #134973] |
Wed, 17 January 2007 19:20  |
Eclipse User |
|
|
|
Rich Kulp schrieb:
> The problem is you need the jar that contains the
> org.eclipse.jem.beaninfo.vm.BaseBeanInfo class. It is contained in the
> org.eclipse.jem.beaninfo plugin. That needs to be on your classpath too.
I know, but how do I get this jar into the classpath of the remote-vm?
As far as I understood VE, all BeanInfo classes are in the remove-vm and
provide more information to JEM about UI components. It would especially
be interesting how the org.eclipse.ve.jfc plugin has solved this problem.
Kind regards,
Daniel
>
> Daniel Rohe wrote:
>> Daniel Rohe schrieb:
>>> Hello,
>>>
>>> I've written a BeanInfo for a custom component and now I want to see
>>> if it is loaded into the remote-VM. How can I test this, either by
>>> using the debugger or some test code?
>>>
>>> Thanks in advance,
>>> Daniel
>>
>> I've tested my plugin in a separate Eclipse instance. In this instance
>> I get the following error:
>>
>> IWAV0073I *** RemoteVM Exception - Trace from Remote VM:
>> java.lang.Error: Unresolved compilation problems:
>> The import org.eclipse.jem.beaninfo.vm cannot be resolved
>> BaseBeanInfo cannot be resolved to a type
>>
>> I've tried to create my own BeanInfo for the layout just like one of
>> the bean infos for the JFC classes in the org.eclipse.ve.jfc plugin.
>> To solve my problem can someone point me to the correct location to
>> look for.
>>
>> Kind regards,
>> Daniel
>
|
|
|
Re: How to test a BeanInfo [message #615000 is a reply to message #134862] |
Tue, 16 January 2007 22:13  |
Eclipse User |
|
|
|
Daniel Rohe schrieb:
> Hello,
>
> I've written a BeanInfo for a custom component and now I want to see if
> it is loaded into the remote-VM. How can I test this, either by using
> the debugger or some test code?
>
> Thanks in advance,
> Daniel
I've tested my plugin in a separate Eclipse instance. In this instance I
get the following error:
IWAV0073I *** RemoteVM Exception - Trace from Remote VM:
java.lang.Error: Unresolved compilation problems:
The import org.eclipse.jem.beaninfo.vm cannot be resolved
BaseBeanInfo cannot be resolved to a type
I've tried to create my own BeanInfo for the layout just like one of the
bean infos for the JFC classes in the org.eclipse.ve.jfc plugin. To
solve my problem can someone point me to the correct location to look for.
Kind regards,
Daniel
|
|
|
Re: How to test a BeanInfo [message #615001 is a reply to message #134962] |
Wed, 17 January 2007 10:02  |
Eclipse User |
|
|
|
Originally posted by: richkulp.us.NO_SPAM.ibm.com
The problem is you need the jar that contains the
org.eclipse.jem.beaninfo.vm.BaseBeanInfo class. It is contained in the
org.eclipse.jem.beaninfo plugin. That needs to be on your classpath too.
Daniel Rohe wrote:
> Daniel Rohe schrieb:
>> Hello,
>>
>> I've written a BeanInfo for a custom component and now I want to see
>> if it is loaded into the remote-VM. How can I test this, either by
>> using the debugger or some test code?
>>
>> Thanks in advance,
>> Daniel
>
> I've tested my plugin in a separate Eclipse instance. In this instance I
> get the following error:
>
> IWAV0073I *** RemoteVM Exception - Trace from Remote VM:
> java.lang.Error: Unresolved compilation problems:
> The import org.eclipse.jem.beaninfo.vm cannot be resolved
> BaseBeanInfo cannot be resolved to a type
>
> I've tried to create my own BeanInfo for the layout just like one of the
> bean infos for the JFC classes in the org.eclipse.ve.jfc plugin. To
> solve my problem can someone point me to the correct location to look for.
>
> Kind regards,
> Daniel
--
Thanks,
Rich Kulp
|
|
|
Re: How to test a BeanInfo [message #615002 is a reply to message #134973] |
Wed, 17 January 2007 19:20  |
Eclipse User |
|
|
|
Rich Kulp schrieb:
> The problem is you need the jar that contains the
> org.eclipse.jem.beaninfo.vm.BaseBeanInfo class. It is contained in the
> org.eclipse.jem.beaninfo plugin. That needs to be on your classpath too.
I know, but how do I get this jar into the classpath of the remote-vm?
As far as I understood VE, all BeanInfo classes are in the remove-vm and
provide more information to JEM about UI components. It would especially
be interesting how the org.eclipse.ve.jfc plugin has solved this problem.
Kind regards,
Daniel
>
> Daniel Rohe wrote:
>> Daniel Rohe schrieb:
>>> Hello,
>>>
>>> I've written a BeanInfo for a custom component and now I want to see
>>> if it is loaded into the remote-VM. How can I test this, either by
>>> using the debugger or some test code?
>>>
>>> Thanks in advance,
>>> Daniel
>>
>> I've tested my plugin in a separate Eclipse instance. In this instance
>> I get the following error:
>>
>> IWAV0073I *** RemoteVM Exception - Trace from Remote VM:
>> java.lang.Error: Unresolved compilation problems:
>> The import org.eclipse.jem.beaninfo.vm cannot be resolved
>> BaseBeanInfo cannot be resolved to a type
>>
>> I've tried to create my own BeanInfo for the layout just like one of
>> the bean infos for the JFC classes in the org.eclipse.ve.jfc plugin.
>> To solve my problem can someone point me to the correct location to
>> look for.
>>
>> Kind regards,
>> Daniel
>
|
|
|
Powered by
FUDForum. Page generated in 0.04675 seconds