Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Pave/pde install"

 
Line 4: Line 4:
 
  __NOTOC__
 
  __NOTOC__
  
== How to install Pave from update site. ==
+
== How to import Pave in you Plugin Desktop Environment. ==
  
 
Short step by step tutorial for installing pave framework on Galileo or Helios IDE.
 
Short step by step tutorial for installing pave framework on Galileo or Helios IDE.

Latest revision as of 10:33, 27 October 2009


How to import Pave in you Plugin Desktop Environment.

Short step by step tutorial for installing pave framework on Galileo or Helios IDE.


First step is to download an Eclipse IDE for Java EE developers.
alt text
First step is to download an Eclipse IDE for Java EE developers.
.
Select mirror close to your location. And download eclipse archive file.
alt
.
Next you have to unzip the content on your filesystem.
alt
.
Find eclipse binary and start it. (eclipse.exe or eclipse)
Pave4.jpg
.
Next you have to get our team set file: [here]
Pave5.png
.
Now in eclipse choose File > Import > Team > Team Project Set
Pavepde1.png
.
Select browse and navigate to the downloaded pave.psf file

Press ok in the dialog.

Pavepde2.png
.
Import of the WTP cvs and all pave project will follow. Your workspace will look similar to the one on the screenshot.

Now you have all the code of Pave and can experiment with it.

Pavepde3.png
.

Check our tutorial section for more information on how to create new patterns.

Back to the top