Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A list of available features can be found at Features (or can be seen in a later step when the update site is loaded). However, in this tutorial we will install the optional database feature as an example.

There are two three possibilities to install a new feature. The most easiest way is to use the GUI. If you don't have a GUI, e.g. when running a server-only product, you may install new features using the console.

There is a third version: Installing with command line.

Table of Contents
maxLevel1

...

For updating existing features, you should look here: How to update Odysseus

Install Features via Command Line

It is possible to install features without starting the product (e.g. to create a docker image with a distinct combination of features), e.g.:

Code Block
eclipsec.exe -application org.eclipse.equinox.p2.director -repository https://odysseus.informatik.uni-oldenburg.de/updatesite/odysseus_all_new/stable/origin/master/latest/ -installIU de.uniol.inf.is.odysseus.wrapper.rabbitmq.feature.feature.group -destination H:/git/odysseus_core/odysseus_dev/products/monolithic/target/products/de.uniol.inf.is.odysseus.studio.product.monolithic/win32/win32/x86_64 -profile SDKProfile

See: https://help.eclipse.org/2020-03/index.jsp for further information.