Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Classpath of VE questions
Classpath of VE questions [message #123498] Thu, 20 April 2006 10:24 Go to next message
Darren Hurt is currently offline Darren HurtFriend
Messages: 91
Registered: July 2009
Member
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 16:35 Go to previous message
Eclipse UserFriend
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 16:35 Go to previous message
Eclipse UserFriend
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
Previous Topic:some question about VE
Next Topic:Not able to Install
Goto Forum:
  


Current Time: Fri Sep 27 07:29:31 GMT 2024

Powered by FUDForum. Page generated in 0.03017 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top