Manually installing features and plug-ins on a FAT file system
(Windows only)
Eclipse 3.x and other IDEs based upon Eclipse 3.x may not
immediately recognize new tools if they are not installed using the
Eclipse Install and Update Manager. This occurs because Eclipse 3.x
caches plug-in information for a faster startup at the cost of not
recognizing changes to the installed plugins. To workaround this
problem, include the "-clean" option on the command line
used to startup Eclipse. The "-clean" option causes Eclipse
to reparse and recache the plug-in information, picking up any newly
installed or revised features. Once the plug-in information has been
recached and Designer appears as expected, you can remove the
"-clean" option.
Alternatively, you can use the technique described in the Eclipse
3.0 readme file:
When features and plug-ins are manually installed on top of an
Eclipse-based product install located on a FAT file system that has
already been run at least once, the product must be explicitly
restarted with the system property osgi.checkConfiguration set to
true. This property can be set in the eclipse/configuration/config.ini
file, or passed to the eclipse command line via the -vmargs option.
For example, restart with the following command: eclipse.exe -vmargs -Dosgi.checkConfiguration=true.
Then, open Help > Software Updates > Manage Configuration dialog
and toggle on the "Show disabled features" button its
toolbar. Select the newly "installed" feature and press on
the "Enable feature" action on the right pane (or select the
action from the feature's context menu). (bugs 52525,
66120,
67461).