Java deployment.properties query

Soldato
Joined
18 Oct 2002
Posts
4,619
i'm trying to repath deployment.user.cachedir using a system-wide deployment.properties file

what i cant seem to find is if there's any equivalent to the windows %username% environment variable i can use in this file to path each user's content individually.

TIA
 
the code isnt mine - i'm just trying to hack my way round the fact that the JRE writes its cache files into a non-roaming part of the local profile on win7. ideally i need to dot his through deployment.config if i can
 
Back
Top Bottom