Skip to content

Instantly share code, notes, and snippets.

@ashigeru
Created March 1, 2014 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashigeru/9285536 to your computer and use it in GitHub Desktop.
Save ashigeru/9285536 to your computer and use it in GitHub Desktop.
Headless Eclipse Plug-in Installation memo
eclipse \
  -nosplash \
  -application org.eclipse.equinox.p2.director \
  -repository <update-site-urls> \
  -installIU <install-unit-id>
  • <update-site-urls> はカンマ区切りでURLを複数指定可能
  • <install-unit-id> は Eclipseの Help > About > Installation DetailsId カラムの値
  • -installIU は複数回指定可能
  • 全体的に org.eclipse.equinox.p2.director あたりで検索するといろいろ出る
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment