Console Oomph Installer

Add this URL to your Eclipse Installation to reach this solution's update site.

2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), 2023-09 (4.29), 2023-12 (4.30), 2024-03 (4.31), 2024-06 (4.32), 2024-09 (4.33), 2024-12 (4.34), 2025-03 (4.35), 2025-06 (4.36)

https://a-langer.github.io/eclipse-oomph-console-site/

Learn more...
Solution Description

Console version of Oomph installer (also called Eclipse installer). Implements a headless installation mode from command line. See more https://github.com/a-langer/eclipse-oomph-console.

Available solutions:

  • Standalone Oomph console installer (plain Oomph with console plugin installed).
  • Oomph console plugin for Eclipse (can be installed on any Eclipse product).

Typical use cases:

  • Installation Eclipse with an exact set of features/plugins and with certain preferences.
  • Automation the process of installing and updating Eclipse (using CI\CD).

Examples of usage:

# Install "Eclipse IDE for Java Developers"
./eclipse -nosplash -application org.eclipse.oomph.console.application -vmargs \
  -Doomph.installation.location="$PWD/ide" \
  -Doomph.product.id="epp.package.java"

# Install "Eclipse IDE for PHP Developers"
./eclipse -nosplash -application org.eclipse.oomph.console.application -vmargs \
  -Doomph.installation.location="$PWD/ide" \
  -Doomph.product.id="epp.package.php"

# Install "SWTBot testing tool" over "Eclipse IDE for Java Developers"
./eclipse -nosplash -application org.eclipse.oomph.console.application -vmargs \
  -Doomph.installation.location="$PWD/ide" \
  -Doomph.product.id="epp.package.java" \
  -Doomph.project.id="swtbot" \
  -Doomph.workspace.location="$PWD/workspace" \
  -Dsetup.p2.agent="$HOME/.p2"

# Install "SWTBot testing tool", "Business Intelligence Reporting Tool" and "Model Workflow Engine" over "Eclipse IDE for Java Developers"
./eclipse -nosplash -application org.eclipse.oomph.console.application -vmargs \
  -Doomph.installation.location="$PWD/ide" \
  -Doomph.product.id="epp.package.java" \
  -Doomph.project.id="swtbot,birt,MWE" \
  -Doomph.workspace.location="$PWD/workspace" \
  -Dsetup.p2.agent="$HOME/.p2"
Additional Details

Eclipse Versions: 2023-06 (4.28), 2023-03 (4.27), 2022-12 (4.26), 2022-09 (4.25), 2022-06 (4.24), 2022-03 (4.23), 2021-12 (4.22), 2021-09 (4.21), 2021-06 (4.20), 2021-03 (4.19), 2020-12 (4.18), 2020-09 (4.17), 2020-06 (4.16), 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), Oxygen (4.7), Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), 2023-09 (4.29), 2023-12 (4.30), 2024-03 (4.31), 2024-06 (4.32), 2024-09 (4.33), 2024-12 (4.34), 2025-03 (4.35), 2025-06 (4.36)

Platform Support: Windows, Mac, Linux/GTK

Development Status: Production/Stable

Date Created: Friday, July 22, 2022 - 10:09

License: EPL 2.0

Date Updated: Friday, October 6, 2023 - 10:51

Submitted by: Alexey Langer

Date Ranking Installs Clickthroughs
December 2025 531/563 1 12
November 2025 488/626 4 11
October 2025 447/637 6 16
September 2025 409/653 10 10
August 2025 427/615 7 10
July 2025 412/636 8 6
June 2025 389/627 12 15
May 2025 442/634 8 7
April 2025 453/623 6 14
March 2025 413/661 13 12
February 2025 457/645 8 21
January 2025 469/654 7 13
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for Console Oomph Installer.

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client