On Windows, the application directory is write-protected for a good reason. Fortunately, you can install the Eclipse Runtime Options to configure where the RCP application should be stored.
- configuration data
- workspace data
There are two ways to do this:
- command line options (-configuration, -data)
- definition of system properties (osgi.configuration.area to, osgi.instance.area to), for example, in config.ini
For more information, see Runtime Settings in the Eclipse Official Help .
On Windows, such data must be stored in the user directory. By the way, you can find these options in the Installation Information panel in the About Standard dialog box.
However, setting these properties is a bit complicated. In my case, the application installer estimates the location of the user directory during installation and modifies the config.ini file accordingly.
source share