Uninstalling and reinstalling modules
If you rarely use certain modules, you may want to uninstall them from the IDE. Doing so can decrease IDE startup time and possible lower memory usage.
To uninstall a module:
- Choose Tools | Global Options... from the main menu.
- Expand the
Modules
node and select the module you want to delete.- On the property sheet, select the
Enable
property and set it toFalse
.Any features provided by the module will be removed from the IDE.
The next time you start Forte for Java, Community Edition, the JAR file for that module will not be loaded into the IDE.
Should you wish to later reinstall the module, you can repeat the same procedure, but switch the
Enable
property toTrue
.
Contents | Prev | Next | Index |