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)

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)

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 2024 404/568 4 1
November 2024 435/658 12 8
October 2024 461/663 9 8
September 2024 406/642 15 9
August 2024 447/641 9 14
July 2024 406/663 14 14
June 2024 404/681 16 10
May 2024 450/682 11 17
April 2024 415/687 16 7
March 2024 413/694 18 8
February 2024 507/687 6 8
January 2024 475/691 8 8
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 1

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