java - How to prevent P2 to overwrite eclipse.ini -


i'm using eclipse 3.72 (indigo) rcp application. , works fine. i've implemented p2 automated updates. after using p2 updating features eclipse.ini gets overwritten! how can disable that?

my customer able change language-settings prog using , -data-param storing specific data "@user.home ...". can't tell him modify eclipse.ini after update placed.

advice customer introduce additional program arguments in separate batch file, execute youreclipseproduct.exe:

#!/bin/bash youreclipseproduct.exe -data <path> 

these program arguments have precedence on in youreclipseproduct.ini

i not recommend messing p2, since installed ius may need customize .ini file.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -