| 14 |
<br> |
<br> |
| 15 |
Launch eclipse as follows, where [ ] means optional argument and arguments in italics must be provided by the user.<br> |
Launch eclipse as follows, where [ ] means optional argument and arguments in italics must be provided by the user.<br> |
| 16 |
<br> |
<br> |
|
<b>Note:</b> It is also recommended to invoke eclipse.exe with -nosplash and -vm path_to_java.exe |
|
|
<br> |
|
|
<br> |
|
| 17 |
<b>Installing a feature from a remote site</b>:<br> |
<b>Installing a feature from a remote site</b>:<br> |
| 18 |
eclipse <br> |
eclipse <br> |
| 19 |
-application org.eclipse.update.core.standaloneUpdate |
-application org.eclipse.update.core.standaloneUpdate<br> |
| 20 |
<br> |
-nosplash <br> |
| 21 |
|
[-vm <i>path to java.exe</i>] <br> |
| 22 |
-command install <br> |
-command install <br> |
| 23 |
-featureId <i>feature_id </i><br> |
-featureId <i>feature_id </i><br> |
| 24 |
-version <i>version </i><br> |
-version <i>version </i><br> |
| 30 |
<br> |
<br> |
| 31 |
<b>Updating an existing feature or all features</b>:<br> |
<b>Updating an existing feature or all features</b>:<br> |
| 32 |
eclipse <br> |
eclipse <br> |
| 33 |
-application org.eclipse.update.core.standaloneUpdate |
-application org.eclipse.update.core.standaloneUpdate<br> |
| 34 |
<br> |
-nosplash <br> |
| 35 |
|
[-vm <i>path to java.exe</i>] <br> |
| 36 |
-command update<br> |
-command update<br> |
| 37 |
[-featureId <i>feature_id </i>]<br> |
[-featureId <i>feature_id </i>]<br> |
| 38 |
<br> |
<br> |
| 39 |
<b>Enabling (configuring) a specified feature:</b><br> |
<b>Enabling (configuring) a specified feature:</b><br> |
| 40 |
eclipse <br> |
eclipse <br> |
| 41 |
-application org.eclipse.update.core.standaloneUpdate |
-application org.eclipse.update.core.standaloneUpdate<br> |
| 42 |
<br> |
-nosplash <br> |
| 43 |
|
[-vm <i>path to java.exe</i>] <br> |
| 44 |
-command enable<br> |
-command enable<br> |
| 45 |
-featureId <i>feature_id </i><br> |
-featureId <i>feature_id </i><br> |
| 46 |
-version <i>version </i><br> |
-version <i>version </i><br> |
| 48 |
<br> |
<br> |
| 49 |
<b>Disabling (unconfiguring) a specified feature:</b><br> |
<b>Disabling (unconfiguring) a specified feature:</b><br> |
| 50 |
eclipse <br> |
eclipse <br> |
| 51 |
-application org.eclipse.update.core.standaloneUpdate |
-application org.eclipse.update.core.standaloneUpdate<br> |
| 52 |
<br> |
-nosplash <br> |
| 53 |
|
[-vm <i>path to java.exe</i>] <br> |
| 54 |
-command disable<br> |
-command disable<br> |
| 55 |
-featureId <i>feature_id </i><br> |
-featureId <i>feature_id </i><br> |
| 56 |
-version <i>version </i><br> |
-version <i>version </i><br> |
| 57 |
[-to <i>target_site_dir</i>] <br> |
[-to <i>target_site_dir</i>] <br> |
| 58 |
<br> |
<br> |
| 59 |
|
<b>Uninstalling a specified feature:</b><br> |
| 60 |
|
eclipse <br> |
| 61 |
|
-application org.eclipse.update.core.standaloneUpdate<br> |
| 62 |
|
-nosplash <br> |
| 63 |
|
[-vm <i>path to java.exe</i>] <br> |
| 64 |
|
-command uninstall<br> |
| 65 |
|
-featureId <i>feature_id </i><br> |
| 66 |
|
-version <i>version </i><br> |
| 67 |
|
[-to <i>target_site_dir</i>] <br> |
| 68 |
|
<br> |
| 69 |
In all the above commands where the -to target_site_dir is specified, corresponding |
In all the above commands where the -to target_site_dir is specified, corresponding |
| 70 |
configured target site at given directory will be used. If it is not specified, |
configured target site at given directory will be used. If it is not specified, |
| 71 |
then the default local product site is used.<br> |
then the default local product site is used.<br> |
| 72 |
<br> |
<br> |
| 73 |
If you only need to verify if the operation would succeed, in the above commands, (i.e. it satisfies the constraints), without actually performing it, |
If you only need to verify if the operation would succeed, in the above commands, (i.e. it satisfies the constraints), without actually performing it, |
| 74 |
then add <em>-verifyOnly=true</em> to the list of arguments.<br> |
then add <b><em>-verifyOnly=true</em></b> to the list of arguments.<br> |
| 75 |
|
|
| 76 |
<br><b>Searching a remote site, listing all available features for install:</b><br> |
<br><b>Searching a remote site, listing all available features for install:</b><br> |
| 77 |
eclipse <br> |
eclipse <br> |
| 78 |
-application org.eclipse.update.core.standaloneUpdate |
-application org.eclipse.update.core.standaloneUpdate<br> |
| 79 |
<br> |
-nosplash <br> |
| 80 |
|
[-vm <i>path to java.exe</i>] <br> |
| 81 |
-command search<br> |
-command search<br> |
| 82 |
-from <i>remote_site_url</i> <br> |
-from <i>remote_site_url</i> <br> |
| 83 |
<br> |
<br> |
| 84 |
<b>Mirroring feature(s) from a remote site:</b><br> |
<b>Mirroring feature(s) from a remote site:</b><br> |
| 85 |
eclipse <br> |
eclipse <br> |
| 86 |
-application org.eclipse.update.core.standaloneUpdate |
-application org.eclipse.update.core.standaloneUpdate<br> |
| 87 |
<br> |
-nosplash <br> |
| 88 |
|
[-vm <i>path to java.exe</i>] <br> |
| 89 |
-command mirror<br> |
-command mirror<br> |
| 90 |
-from <i>remote_site_url</i> <br> |
-from <i>remote_site_url</i> <br> |
| 91 |
-to <i>target_site_dir</i><br> |
-to <i>target_site_dir</i><br> |