Skip to content

mgmt_ide setup oomph

Steffen Holzer edited this page Mar 16, 2017 · 7 revisions

IDE Setup with the Oomph Installer

Warning

This page is still under construction.

As an alternate and faster way to set up Eclipse for CobiGen development we also provide an customized Eclipse Installer and Oomph setups.

  1. The installer can be downloaded from within the corp network.

  2. Unarchive it in a folder of your choice (typically into %home%\Eclipse Installer Capgemini\)

  3. Run eclipse-inst.exe or eclipse-inst on linux

Warning

Before starting the installation make sure to

  1. have git configured for your prefered github authentication method

  2. have git configured to handle long file names (e.g. by setting git config --system core.longpaths true)

  3. have reading access to http://de-mucevolve02/ in the corp network

On the first installer page you need to choose a product. Basically a product is an Eclipse bundle. Product page of the installer

  1. the current Product Catalog

  2. the Eclipse version to be installed.

  3. the bitness of the Eclipse version. Be sure to choose the bitness of your OS

  4. the Java VM used during installation.

  5. the bundle pool. If activated Eclipse will create a p2 pool. This can be helpfull if you want to create multiple installations of eclipse. It’s deactivated by default

  6. the update indicator. If those arrows spin you can update the installer or any of it’s components by clicking on this button

  7. Chooses the selected product and continues with the installation

Clone this wiki locally