poidasmith / winrun4j

WinRun4J Java Application Launcher
http://winrun4j.sourceforge.net
212 stars 63 forks source link

Environment avriables not substituted in override ini settings #18

Closed gjdev closed 11 years ago

gjdev commented 12 years ago

It seems that using environment variables in override ini files doesn't work. E.g. I can use

log=%MYDIR%\logs\log.log

in the embedded ini file, but if I use the same setting in the override ini it doesn't work. If I use a full path without environment variable there, that does work.

poidasmith commented 12 years ago

True, this has been fixed in the code. Will be available in the next release.