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)
m
 
(15 intermediate revisions by 6 users not shown)
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.5 into Eclipse 3.6 / Helios==
 +
 
 +
* Download and install one of the following standard [http://www.eclipse.org/downloads/packages/release/helios Eclipse 3.6 Helios] distributions for Java development: 
 +
:: - "Eclipse IDE for Java Developers"
 +
:: - "Eclipse Classic 3.6.1"
 +
:: - "Eclipse for RCP/Plug-in Developers"
 +
:: - "Eclipse IDE for Java and Report Developers"
 +
:: - "Eclipse IDE for Java EE Developers"
 +
 
 +
* VE 1.5 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.
 +
 
 +
===Online Install===
 +
 
 +
* Start eclipse, then start the Install Manager.
 +
{{codeblock|
 +
Help > Install New Software...
 +
  In the "Work with:" field, paste http://download.eclipse.org/tools/ve/updates/1.5.0/, and hit enter
 +
  When the site loads, select the feature(s) you want to install, then hit Next
 +
}}
 +
 
 +
[[Image:VE-Helios-Install.PNG]]
 +
 
 +
===Offline Install===
 +
 
 +
* Download the latest Update site zip from one of these locations:
 +
:* http://www.eclipse.org/vep/downloads/ (best option, includes mirrors & most information)
 +
:* http://download.eclipse.org/tools/ve/downloads/drops/1.5.0/ (second best option, no mirrors)
 +
 
 +
* Start eclipse, then start the Install Manager.
 +
{{codeblock|
 +
Help > Install New Software... > Add... > Archive...
 +
  Browse for the zip you downloaded.
 +
  When the site loads, select the feature(s) you want to install, then hit Next
 +
}}
 +
 
 +
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.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: 
 +
:: - With "Eclipse IDE for Java EE Developers", you should NOT check the '''Java EMF Model''' Utilities (org.eclipse.jem.util) plugins since there are already installed.
 +
:: - "Eclipse IDE for Java Developers"
 +
:: - "Eclipse Classic 3.5.2"
 +
:: - "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.
 +
 
 +
===Online Install===
 +
 
 +
* Start eclipse, then start the Install Manager.
 +
{{codeblock|
 +
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
 +
}}
 +
 
 +
[[Image:VE1.4-UpdateSite-Galileo-Screenshot0.png]]
 +
 
 +
===Offline Install===
 +
 
 +
* Download the latest Update site zip from one of these locations:
 +
:* http://www.eclipse.org/vep/downloads/ (best option, includes mirrors & most information)
 +
:* http://download.eclipse.org/tools/ve/downloads/drops/1.4.0/ (second best option, no mirrors)
 +
 
 +
* Start eclipse, then start the Install Manager.
 +
{{codeblock|
 +
Help > Install New Software... > Add... > Archive...
 +
  Browse for the zip you downloaded.
 +
  When the site loads, select the feature(s) you want to install, then hit Next
 +
}}
 +
 
 +
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"
 
:: - "Eclipse for RCP/Plug-in Developers"
 
:: - "Eclipse for RCP/Plug-in Developers"
 
:: - "Eclipse IDE for Java and Report Developers"
 
:: - "Eclipse IDE for Java and Report Developers"

Latest revision as of 19:20, 11 February 2011

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

Install VE 1.5 into Eclipse 3.6 / Helios

  • Download and install one of the following standard Eclipse 3.6 Helios distributions for Java development:
- "Eclipse IDE for Java Developers"
- "Eclipse Classic 3.6.1"
- "Eclipse for RCP/Plug-in Developers"
- "Eclipse IDE for Java and Report Developers"
- "Eclipse IDE for Java EE Developers"

Online Install

  • 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.5.0/, and hit enter
  When the site loads, select the feature(s) you want to install, then hit Next

VE-Helios-Install.PNG

Offline Install

  • Download the latest Update site zip from one of these locations:
  • Start eclipse, then start the Install Manager.
Help > Install New Software... > Add... > Archive...
  Browse for the zip you downloaded.
  When the site loads, select the feature(s) you want to install, then hit Next

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.5 / Galileo

  • Download and install one of the following standard Eclipse 3.5 Galileo distributions for Java development:
- With "Eclipse IDE for Java EE Developers", you should NOT check the Java EMF Model Utilities (org.eclipse.jem.util) plugins since there are already installed.
- "Eclipse IDE for Java Developers"
- "Eclipse Classic 3.5.2"
- "Eclipse for RCP/Plug-in Developers"
- "Eclipse IDE for Java and Report Developers"

Online Install

  • 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

Offline Install

  • Download the latest Update site zip from one of these locations:
  • Start eclipse, then start the Install Manager.
Help > Install New Software... > Add... > Archive...
  Browse for the zip you downloaded.
  When the site loads, select the feature(s) you want to install, then hit Next

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