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)

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)

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
March 2024 448/651 8 4
February 2024 507/687 6 8
January 2024 475/691 8 8
December 2023 429/671 14 6
November 2023 479/686 10 6
October 2023 448/673 14 8
September 2023 488/663 8 9
August 2023 475/673 9 5
July 2023 442/668 13 4
June 2023 443/669 13 10
May 2023 454/671 14 10
April 2023 452/667 12 5
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