In windows, I would like to set the bundle cache location of felix to %TEMP%/myApp
. As far as I know, the configurations.property
file that takes org.osgi.framework.storage
will only take felix system properties using ${property}
notation, but not environment variables.
How do I get %TEMP% in there?
Thanks!