Skip to content

Instantly share code, notes, and snippets.

@a-langer
Created August 13, 2022 14:21
Show Gist options
  • Save a-langer/c6132e635464b96b8280f825d2b7958d to your computer and use it in GitHub Desktop.
Save a-langer/c6132e635464b96b8280f825d2b7958d to your computer and use it in GitHub Desktop.
Install Eclipse product
# Install "Eclipse IDE for Java Developers"
./eclipse-inst -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-inst -nosplash -application org.eclipse.oomph.console.application -vmargs \
-Doomph.installation.location="$PWD/ide" \
-Doomph.product.id="epp.package.php"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment