Difference between revisions of "Eclipse"
Starbuck5250 (talk | contribs) m (RDi 7.1 uses 3.2.2 according to announcement letter) |
Starbuck5250 (talk | contribs) (+command line) |
||
Line 22: | Line 22: | ||
You can verify the version of Eclipse by looking at WDSC Help -> About. There is a text box describing WDSC and below that, a row of icons. The leftmost icon is for the Eclipse platform. Click that. Look in the list for the feature named Eclipse Platform. The version there is the version of Eclipse in use by WDSC. | You can verify the version of Eclipse by looking at WDSC Help -> About. There is a text box describing WDSC and below that, a row of icons. The leftmost icon is for the Eclipse platform. Click that. Look in the list for the feature named Eclipse Platform. The version there is the version of Eclipse in use by WDSC. | ||
+ | |||
+ | ==Command line== | ||
+ | The shortcut that starts Eclipse has various command line options available. Here is the [http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/misc/runtime-options.html full list] for Eclipse 3.2 | ||
+ | |||
+ | Here is a quick reference of a few especially useful options: | ||
+ | |||
+ | {| class="wikitable" class=sortable style="position:relative; margin: 0 0 0.5em 1em; border-collapse: collapse; background:white; clear:right; text-align:left;" border="1" cellpadding="3" | ||
+ | |- | ||
+ | ! Option | ||
+ | ! Description | ||
+ | |- | ||
+ | | -clean | ||
+ | | Clean the caches used to store bundle dependency resolution and eclipse extension registry data, forcing re-initialisation. | ||
+ | |- | ||
+ | | -data c:\wdsc\workspace_name | ||
+ | | Start the workbench by opening {{code|workspace_name}} | ||
+ | |- | ||
+ | | -product com.ibm.etools.iseries.wdsc.welcome.ide | ||
+ | | IBM default workbench branding/information | ||
+ | |- | ||
+ | | -showLocation | ||
+ | | Display the workspace in the title bar | ||
+ | |} | ||
+ | |||
== External links == | == External links == |
Revision as of 16:53, 14 February 2008
WDSC is based on the open source development platform called Eclipse [1]. Eclipse is described as 'an open development platform comprised of extensible frameworks, tools and runtimes for building, deploying and managing software across the lifecycle.'
WDSC is implemented as Eclipse plugins. The WDSC plugins that make up any given version of WDSC are tied to a specific version of Eclipse.
Tool version | Eclipse version |
---|---|
WDSC 6.0.1 | 3.0.2 |
WDSC 7.0.0.2 | 3.2.2 |
WDSC 7.0.0.4 | 3.2.2 |
RDi 7.1 | 3.2.2 |
You can verify the version of Eclipse by looking at WDSC Help -> About. There is a text box describing WDSC and below that, a row of icons. The leftmost icon is for the Eclipse platform. Click that. Look in the list for the feature named Eclipse Platform. The version there is the version of Eclipse in use by WDSC.
Command line
The shortcut that starts Eclipse has various command line options available. Here is the full list for Eclipse 3.2
Here is a quick reference of a few especially useful options:
Option | Description |
---|---|
-clean | Clean the caches used to store bundle dependency resolution and eclipse extension registry data, forcing re-initialisation. |
-data c:\wdsc\workspace_name | Start the workbench by opening workspace_name
|
-product com.ibm.etools.iseries.wdsc.welcome.ide | IBM default workbench branding/information |
-showLocation | Display the workspace in the title bar |
External links
Eclipse [2]