I would like to use windows environment variables values as parameters
in the eclipse.ini. E.g. JAVA_HOME with the path to the JDK for "-vm
%JAVA_HOME%\bin\javaw.exe"
I tried the above, but it does not work. Is there an other way how I can
solve this?