[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools.ve] Re: Questions about VE and Wizard pages.
|
- From: Gili Mendel <gmendel@xxxxxxxxxx>
- Date: Mon, 15 Aug 2005 10:00:17 -0400
- Newsgroups: eclipse.tools.ve
- Organization: EclipseCorner
- User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)
These are created because VE makes a separate VM to draw what you are
editing, so don't kill them. If you are done using the VE, but still
want to use Eclipse, I suggest restarting Eclipse.
Closing the project, will terminate the VMs.
I don't know why there are more than two or so copies of javaw, but I
don't know much about VE's internals.
This is the way it works:
VMs will only start if you open a VE.
If introspection is needed (bean is not in the cached, or class has changed), an itrospection VM will
be started for that project.
Every open editor has an associated VM with it.
A spare VM will be cranked up, to be available for and speed the next opening of an editor (reducing
the latency it takes to launch a VM)