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 "VE/Update"

< VE
(Install VE 1.4 into Eclipse 3.5 / Galileo)
(Install VE 1.4 into Eclipse 3.5 / Galileo)
Line 14: Line 14:
 
{{codeblock|
 
{{codeblock|
 
  Help > Install New Software...  
 
  Help > Install New Software...  
   In the "Work with:" field, type or paste http://download.eclipse.org/tools/ve/updates/1.4, and hit enter
+
   In the "Work with:" field, paste http://download.eclipse.org/tools/ve/updates/1.4, and hit enter
   When the site loads, select the feature(s) you want to install
+
   When the site loads, select the feature(s) you want to install, then hit Next
  Change the "Work with:" field to show "--All Available Sites--", then hit Next
+
 
}}
 
}}
  

Revision as of 01:07, 5 June 2009

This document details how to install VE into Eclipse using the Install Manager available in Eclipse 3.4+.

Install VE 1.4 into Eclipse 3.5 / Galileo

  • Download and install one of the following standard Eclipse 3.5 Galileo distributions for Java development:
- "Eclipse IDE for Java EE Developers"
- "Eclipse IDE for Java Developers"
- "Eclipse for RCP/Plug-in Developers"
- "Eclipse IDE for Java and Report Developers"
  • Start eclipse, then start the Install Manager.
Help > Install New Software... 
  In the "Work with:" field, paste http://download.eclipse.org/tools/ve/updates/1.4, and hit enter
  When the site loads, select the feature(s) you want to install, then hit Next

VE1.4-UpdateSite-Galileo-Screenshot0.png

After restarting Eclipse, launch Help > About Eclipse > Installation Details. You should find the VE feature(s) you installed are present.

Install VE 1.4 into Eclipse 3.4 / Ganymede

  • Download and install one of the following standard Eclipse 3.4.2 Ganymede distributions for Java development:
- "Eclipse IDE for Java EE Developers"
- "Eclipse IDE for Java Developers"
- "Eclipse for RCP/Plug-in Developers"
- "Eclipse IDE for Java and Report Developers"
  • Start eclipse, then start the Install Manager.
Help > Software Updates... > Available Software
  Add Site... > 
  add the VE 1.4 Update site: http://download.eclipse.org/tools/ve/updates/1.4

VE1.4-UpdateSite-Ganymede-Screenshot0.png

  • Expand the VE site, select "Visual Editor" or "Visual Editor SDK" (if you want sources), and hit "Install..."

VE1.4-UpdateSite-Ganymede-Screenshot1.png

After restarting Eclipse, launch Help > About Eclipse > Plug-in Details. You should find the following VE plugins.

VE1.4-UpdateSite-Ganymede-Screenshot2.png

Back to the top