In Eclipse, you can use the so-called " path variables " and the so-called " string variables " in some places. For example, in the "startup configuration", the base directory may be set to ${project_loc:/${project_name}} instead of providing a static value.
How to find out the value of such a variable (or the value of an expression consisting of, possibly, several variables)?
source share