Skip to main content



      Home
Home » Archived » Visual Editor (VE) » Questions about VE and Wizard pages.
Questions about VE and Wizard pages. [message #102140] Sun, 14 August 2005 16:34 Go to next message
Eclipse UserFriend
Originally posted by: qingxing20052.gmail.com

Dear all:

I met two problems:

1. It is about JFace Wizard.
My scenario: In the 1st page, there are some variables which are
given/updated by the user. After user finishs her/his updation, Wizard goes
to the 2nd page, and these variables are displayed (latest user inputs) in
the 2nd page.

Problems:

Although I declare these variables as global ones, and they are changed
according to user inputs in the 1st page. But in the 2nd page, they are
still original values. It is very strange. They should be updated??? Did
someone know the reason?

2. When I use VE to edit, there are so many javaw.exe in the procedure of
Windows Manager, and they made Eclipse response so slowly. Is there anyone
can figure out the reason? I don't know why there are such many javaw.exe?
How can I remove them instead of doing it manually?
Re: Questions about VE and Wizard pages. [message #102154 is a reply to message #102140] Sun, 14 August 2005 19:55 Go to previous messageGo to next message
Eclipse UserFriend
> 2. When I use VE to edit, there are so many javaw.exe in the procedure of
> Windows Manager, and they made Eclipse response so slowly. Is there anyone
> can figure out the reason? I don't know why there are such many javaw.exe?
> How can I remove them instead of doing it manually?

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.

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.
Re: Questions about VE and Wizard pages. [message #102204 is a reply to message #102154] Mon, 15 August 2005 10:00 Go to previous messageGo to next message
Eclipse UserFriend
>
> 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)
Re: Questions about VE and Wizard pages. [message #102357 is a reply to message #102140] Tue, 16 August 2005 06:59 Go to previous message
Eclipse UserFriend
Originally posted by: qingxing20052.gmail.com

Dear all:

Thx for your guides and answers, they are really helpful. :0)


"eclipse.newcomer" <qingxing20052@gmail.com> д
Re: Questions about VE and Wizard pages. [message #610270 is a reply to message #102140] Sun, 14 August 2005 19:55 Go to previous message
Eclipse UserFriend
> 2. When I use VE to edit, there are so many javaw.exe in the procedure of
> Windows Manager, and they made Eclipse response so slowly. Is there anyone
> can figure out the reason? I don't know why there are such many javaw.exe?
> How can I remove them instead of doing it manually?

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.

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.
Re: Questions about VE and Wizard pages. [message #610273 is a reply to message #102154] Mon, 15 August 2005 10:00 Go to previous message
Eclipse UserFriend
>
> 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)
Re: Questions about VE and Wizard pages. [message #610301 is a reply to message #102140] Tue, 16 August 2005 06:59 Go to previous message
Eclipse UserFriend
Originally posted by: qingxing20052.gmail.com

Dear all:

Thx for your guides and answers, they are really helpful. :0)


"eclipse.newcomer" <qingxing20052@gmail.com> д
Previous Topic:JComponents not shown in Panel
Next Topic:Internal Error: Setup Java Visual Editor
Goto Forum:
  


Current Time: Tue Jun 17 14:02:06 EDT 2025

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

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

Back to the top