Keywords: Jarcache, sun, java,
Description: Changing the JARCACHE directory
Exact Error Msg:
Resolution:
Description: Changing the JARCACHE directory
Exact Error Msg:
Resolution:
The files that configure the jarcache directory are listed as follows.
%systemdir%sunjavadeploymentdeployment.config
%systemdir%sunjavadeploymentdeployment.properties
Deployment.Config (basically just calls the properties file)
deployment.system.config=file:/C:/windows/Sun/Java/Deployment/deployment.properties
deployment.system.config.mandatory=false
Deployment.properties
deployment.system.cachedir=h:\jarcache
deployment.user.cachedir=h:\jarcache
If these files do not exist Java will default to the users profile (%userprofile%) for its jarcache directory instead.
Tested: Y