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 "Modeling Project/Installation"

m (Eclipse 3.3 / Europa)
(Eclipse 3.4 / Ganymede)
Line 8: Line 8:
 
* Consider an [http://www.ibm.com/developerworks/java/jdk/index.html IBM JDK] or a [http://java.sun.com/javase/downloads/index.jsp Sun JDK]. See below for minimum requirements.
 
* Consider an [http://www.ibm.com/developerworks/java/jdk/index.html IBM JDK] or a [http://java.sun.com/javase/downloads/index.jsp Sun JDK]. See below for minimum requirements.
  
 +
 +
== Eclipse 3.5 / Galileo ==
 +
 +
* [[#Install a JVM | Install a JDK or JRE]] -- minimum required level is 5.0.
 +
 +
* Download an [http://download.eclipse.org/eclipse/downloads/ Eclipse SDK or Runtime Binary] or [http://www.eclipse.org/downloads/packages/ Galileo Package], then unpack it and [[IRC_FAQ#How_do_I_start_Eclipse.3F | start it up]].
 +
 +
* Start [[Equinox_p2_Update_UI_Users_Guide | Install Manager]].
 +
<table><tr><td>
 +
Help > Install New Software...
 +
</td></tr></table>
 +
 +
* Select the projects &/or components you want to install, or pick the whole '''Models and Model Development Category'''.
 +
 +
* Click the '''Install...''' button to resolve missing dependencies & begin the install.
 +
 +
* Restart. Enjoy.
  
 
== Eclipse 3.4 / Ganymede ==
 
== Eclipse 3.4 / Ganymede ==

Revision as of 10:32, 29 April 2010

Installing any or all of the projects and components within the Modeling Project is easy.

Install a JVM

  • Regardless of your operating system, you will need to install some Java virtual machine.
  • If using Windows, you may already have one installed, but upgrading won't hurt.
  • If using Linux, read this.
  • Consider an IBM JDK or a Sun JDK. See below for minimum requirements.


Eclipse 3.5 / Galileo

Help > Install New Software...
  • Select the projects &/or components you want to install, or pick the whole Models and Model Development Category.
  • Click the Install... button to resolve missing dependencies & begin the install.
  • Restart. Enjoy.

Eclipse 3.4 / Ganymede

Help > Software Updates... > Available Software
  • Select the projects &/or components you want to install, or pick the whole Models and Model Development Category.
  • Click the Install... button to resolve missing dependencies & begin the install.
  • Restart. Enjoy.

Eclipse 3.3 / Europa

Help > Software Updates > Find and Install... > 
  (*) Search for new features > Next > 
  [x] Europa Discovery Site > 
  Finish
  • Select the projects &/or components you want to install, or pick the whole Models and Modeling Category.
  • Click the Select Required button to resolve missing dependencies.
  • Install. Restart. Enjoy.

Additional Updates

  • If you want to install any 3rd-party stuff or anything that's not provided with Europa, simply add those projects' update sites and repeat the process above.
Help > Software Updates > Find and Install... > 
  (*) Search for new features > Next > 
  [x] Europa Discovery Site > 
  New Remote Site > add other site(s) >
  Finish
  • Select the projects &/or components you want to install.
  • Expand any sites from which you plan to install features or from which you need to resolve dependencies.
  • Click the Select Required button to resolve missing dependencies. Collapsed sites will not be searched.
  • Install. Restart. Enjoy.

Eclipse 3.2 / Callisto

Help > Software Updates > Find and Install... > 
  (*) Search for new features > Next > 
  New Remote Site > add the new site: http://download.eclipse.org/callisto/releases/ >
    New Remote Site (optional, if required) > add other site(s) > 
  Finish
  • Select the projects &/or components you want to install.
  • Expand any sites from which you plan to install features or from which you need to resolve dependencies.
  • Click the Select Required button to resolve missing dependencies. Collapsed sites will not be searched.
  • If it does not work, you will have to manually select dependencies.
  • If that doesn't work, start over, but add more update sites. Can't find a given dependency? Try here or here.
  • Install. Restart. Enjoy.

Other Update Sites

Not all Modeling components are available from a combined update site such as Callisto, Europa or Ganymede.

Here are a few other Modeling Project sites:

Some other dependent project sites:

Third party downloads (if required):

Back to the top