Created
August 13, 2022 14:21
-
-
Save a-langer/c6132e635464b96b8280f825d2b7958d to your computer and use it in GitHub Desktop.
Install Eclipse product
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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