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 from Update Manager)
Line 1: Line 1:
==Install VE 1.4 from Update Manager ==
+
This document details how to install VE into Eclipse using the Install Manager available in Eclipse 3.4+.
  
* Download and install one of the following standard [http://www.eclipse.org/downloads/packages/ Eclipse 3.4 Ganymede] distributions for Java development:   
+
==Install VE 1.4 into Eclipse 3.5 / Galileo ==
 +
 
 +
* Download and install one of the following standard [http://www.eclipse.org/downloads/packages/release/galileo 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"
 +
 
 +
* VE 1.4 requires [[EMF/EMF_2.3/JVM_Requirements|EMF 2.4]], which requires [[IRC_FAQ#I_just_installed_Eclipse_on_Linux.2C_but_it_does_not_start._What_is_the_problem.3F|JDK 5.0]] or later.
 +
 
 +
* Start eclipse, then start the Install Manager.
 +
{{codeblock|
 +
Help > Install New Software...
 +
  Enter the VE 1.4 Update site in the "Work with:" field: http://download.eclipse.org/tools/ve/updates/1.4, and hit enter
 +
  When the site loads, select the feature(s) you want to install
 +
  Change the "Work with:" field to show "--All Available Sites--", then hit Next
 +
}}
 +
 
 +
[[Image:VE1.4-UpdateSite-Galileo-Screenshot0.png]]
 +
 
 +
After restarting Eclipse, launch <code>Help > About Eclipse > Installation Details</code>. 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 [http://www.eclipse.org/downloads/packages/release/ganymede/sr2 Eclipse 3.4.2 Ganymede] distributions for Java development:   
 
:: - "Eclipse IDE for Java EE Developers"
 
:: - "Eclipse IDE for Java EE Developers"
 
:: - "Eclipse IDE for Java Developers"  
 
:: - "Eclipse IDE for Java Developers"  

Revision as of 14:49, 23 May 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... 
  Enter the VE 1.4 Update site in the "Work with:" field: http://download.eclipse.org/tools/ve/updates/1.4, and hit enter
  When the site loads, select the feature(s) you want to install
  Change the "Work with:" field to show "--All Available Sites--", 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