Classpath of VE questions [message #123498] |
Thu, 20 April 2006 06:24  |
Eclipse User |
|
|
|
What exactly is the alogrithm for calculating the classpath of the visual
editors
virtual machine?
I'm guessing that it is just that of the project itself, combined with the
amalgamation of the bean info classpaths
of dependent projects (in that order).
In this case, which entries appear first on the classpath?
Is it the projects classpath, followed by the amalgamation of all of the
bean infos from dependent projects,
or is it more subtle than this?
I need to understand exactly how this works, as I am encountering what to me
is unexpected behaviour.
Just a pointer to the actual code that sets this up would be helpful.
Thanks,
Darren Hurt
|
|
|
Re: Classpath of VE questions [message #123600 is a reply to message #123498] |
Thu, 20 April 2006 12:35  |
Eclipse User |
|
|
|
Originally posted by: richkulp.us.NO_SPAM.ibm.com
The project classpath is first (we use JDT to calculate this, so
whatever order they come up with is the one we use), then we append
beaninfo and others that are needed by the VE. They are not in any
particular order.
Darren Hurt wrote:
> What exactly is the alogrithm for calculating the classpath of the visual
> editors
> virtual machine?
>
> I'm guessing that it is just that of the project itself, combined with the
> amalgamation of the bean info classpaths
> of dependent projects (in that order).
>
> In this case, which entries appear first on the classpath?
> Is it the projects classpath, followed by the amalgamation of all of the
> bean infos from dependent projects,
> or is it more subtle than this?
>
> I need to understand exactly how this works, as I am encountering what to me
> is unexpected behaviour.
>
> Just a pointer to the actual code that sets this up would be helpful.
>
> Thanks,
>
> Darren Hurt
>
>
--
Thanks,
Rich Kulp
|
|
|
Re: Classpath of VE questions [message #612724 is a reply to message #123498] |
Thu, 20 April 2006 12:35  |
Eclipse User |
|
|
|
Originally posted by: richkulp.us.NO_SPAM.ibm.com
The project classpath is first (we use JDT to calculate this, so
whatever order they come up with is the one we use), then we append
beaninfo and others that are needed by the VE. They are not in any
particular order.
Darren Hurt wrote:
> What exactly is the alogrithm for calculating the classpath of the visual
> editors
> virtual machine?
>
> I'm guessing that it is just that of the project itself, combined with the
> amalgamation of the bean info classpaths
> of dependent projects (in that order).
>
> In this case, which entries appear first on the classpath?
> Is it the projects classpath, followed by the amalgamation of all of the
> bean infos from dependent projects,
> or is it more subtle than this?
>
> I need to understand exactly how this works, as I am encountering what to me
> is unexpected behaviour.
>
> Just a pointer to the actual code that sets this up would be helpful.
>
> Thanks,
>
> Darren Hurt
>
>
--
Thanks,
Rich Kulp
|
|
|
Powered by
FUDForum. Page generated in 0.42381 seconds