| Download and unzip the ZIP file for either
Eclipse
2.1, Eclipse 3.0, Eclipse 3.1, Eclipse 3.2 or Eclipse 3.3 into your Eclipse root directory while making sure to preserve the folder
structure within the ZIP file. This will add the product features and plug-ins to your
Eclipse features and plug-in directories.
Note that if you are installing into Rational Application Developer
7.0, you must use the full installer or follow
these alternate instructions for installing the
ZIP file. If you are installing GWT Designer into Eclipse 3.2 or
3.3 for OSX, see the OSX
Installation instructions.
If you are installing into Eclipse 3.0, you should also delete your <Eclipse>/configuration
directory before re-starting Eclipse (it is recreated at startup). This is to
avoid a common Eclipse 3.x plugin cache bug. The Full Installer can do this
for you automatically. If you are installing into Eclipse 3.1, 3.2 or 3.3, delete
everything in the "configuration" directory except the
config.ini file and the org.eclipse.update/platform.xml file
(Eclipse 3.2 and above). You should also keep your org.eclipse.update/bookmarks.xml
file (Eclipse 3.1 and above) in order to preserve your update site
bookmarks.
If you would rather unzip into a location external to Eclipse, select a
location and create a "Designer" directory with an "eclipse"
subdirectory. As an example, you might end up with the following directory
structure.
C:/Program Files/Instantiations/Designer/eclipse
After creating this nested directory structure, unzip the ZIP
file into the "eclipse" subdirectory while making sure to preserve the folder
structure within the ZIP file. This will add add "features"
and "plugins" subdirectories to the "eclipse"
directory which will in turn hold the product feature and plugin directories.
Next, you will need to create an ".eclipseextension"
file within the "Designer/eclipse" directory. This file
should contain the following lines:
name=Designer
id=com.instantiations.designer
version=6.6.0
Finally, you will need to manually create a file titled
"com.instantiations.designer.link" in your
main <Eclipse>/links
directory that contains a single line specifying the full path to the main
product directory (e.g., the directory containing the "eclipse"
subdirectory). For example:
path=C:/Program Files/Instantiations/Designer
Note that if you use the Designer installer and choose the default
installation location, the installer will create multiple link files that looks like
the following:
path=C:/Program Files/Instantiations/<DesignerFeatureName>_6.6.0/E-3.2
|