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/user install"

Line 4: Line 4:
 
  __NOTOC__
 
  __NOTOC__
  
How to install Pave from update site.
+
== How to install Pave from update site. ==
  
+
Short step by step tutorial for installing pave framework on Galileo or Helios IDE.
Install Pave from update site
+
+
+
  
How to install Pave from update site.
 
  
+
{|cellpadding="2"
First step is to download an Eclipse IDE for Java EE developers.
+
|-valign="top"
 
+
|width="30%"|
Select mirror close to your location. And download eclipse archive file.
+
|width="70%"|
 
+
|-valign="top"
Next you have to unzip the content on your filesystem.
+
| First step is to download an Eclipse IDE for Java EE developers.
 
+
|[[Image:pave1.png|thumb|800px|right|alt=alt text|First step is to download an Eclipse IDE for Java EE developers.]].
Find eclipse binary and start it. (eclipse.exe or eclipse)
+
|-valign="top"
 
+
| Select mirror close to your location. And download eclipse archive file.
Next you have to open install new software ... dialog. Go to Help > Install new software ...
+
|[[Image:pave2.png|thumb|800px|right|alt=alt]].
 
+
|-valign="top"
Now download the latest zip update from the Pave website:
+
| Next you have to unzip the content on your filesystem.
 
+
|[[Image:pave3.png|thumb|800px|right|alt=alt]].
Going back to eclipse select add type a name (e.g. Pave) and select archive button.  
+
|-valign="top"
 +
| Find eclipse binary and start it. (eclipse.exe or eclipse)
 +
|[[Image:pave4.jpg|thumb|800px|right]].
 +
|-valign="top"
 +
| Next you have to open install new software ... dialog. Go to Help > Install new software ...
 +
|[[Image:pave5.png|thumb|800px|right]].
 +
|-valign="top"
 +
| Now download the latest zip update from the Pave website:
 +
|[[Image:pave6.png|thumb|800px|right]].
 +
|-valign="top"
 +
|Going back to eclipse select add type a name (e.g. Pave) and select archive button.  
 
Navigate to the downloaded file and select it.
 
Navigate to the downloaded file and select it.
 
Press ok in the dialog.
 
Press ok in the dialog.
 
+
|[[Image:pave7.png|thumb|800px|right]].
Next deselect Group items by category checkbox and 3 components should appear. Select all three and click next.
+
|-valign="top"
 +
|Next deselect Group items by category checkbox and 3 components should appear. Select all three and click next.
 
And finish the wizard.
 
And finish the wizard.
 
+
|[[Image:pave8.png|thumb|800px|right]].
Next you will need a Java EE 5  compatible server. Go to eclipse preferences:
+
|-valign="top"
 +
|Next you will need a Java EE 5  compatible server. Go to eclipse preferences:
 
Window > Preferences
 
Window > Preferences
 
(Eclipse > Preferences)
 
(Eclipse > Preferences)
Line 42: Line 50:
  
 
Finish the wizard and configure your selected server.
 
Finish the wizard and configure your selected server.
 +
|[[Image:pave9.png|thumb|800px|right]].
 +
|-valign="top"
 +
|
 +
|[[Image:pave10.png|thumb|800px|right]].
 +
|-valign="top"
 +
|}
 +
  
 
You are now ready to apply some patterns.
 
You are now ready to apply some patterns.
 
 
 
 
| align="center" | [[Image:Egg-incubation.png]]
 
{{Infobox
 
| name = Pave Project
 
| download = http://eclipse.org/pave/downloads.php
 
| website = http://eclipse.org/pave
 
| list = pave-dev
 
| newsgroup = eclipse.pave
 
| product = Pave
 
| viewvc = org.eclipse.pave/?root=WebTools_Project
 
| psf = http://wiki.eclipse.org/images/0/0b/Pave.psf
 
}}
 
 
|}
 
|}

Revision as of 09:33, 27 October 2009


How to install Pave from update site.

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 open install new software ... dialog. Go to Help > Install new software ...
Pave5.png
.
Now download the latest zip update from the Pave website:
Pave6.png
.
Going back to eclipse select add type a name (e.g. Pave) and select archive button.

Navigate to the downloaded file and select it. Press ok in the dialog.

Pave7.png
.
Next deselect Group items by category checkbox and 3 components should appear. Select all three and click next.

And finish the wizard.

Pave8.png
.
Next you will need a Java EE 5 compatible server. Go to eclipse preferences:

Window > Preferences (Eclipse > Preferences)

Server > Runtime Environments.

Select existing server adapter or download a new one (Download additional server adapters)

Finish the wizard and configure your selected server.

Pave9.png
.
Pave10.png
.


You are now ready to apply some patterns.

Back to the top