Java-global deployment properties file.
May be affected by deployment.jre.dir
This is an overview of the files with location and usage related to IcedTea-Web.
The default location of the files used in this table, are:
INSTALL_DIR: C:\Program Files\Zulu\zulu-8\jre\lib
USER_APPDATA: C:\Users\User\AppData\Local\Temp\User
USER_CACHE: C:\Users\User\.cache\icedtea-web
USER_CONFIG: C:\Users\User\.config\icedtea-web
USER_SHARE: C:\Users\User\.local\share
SUN_JAVA: C:\Users\User\.local\share
File or directory name |
Default location |
Description |
deployment.config |
INSTALL_DIR\deployment.config |
Java-global deployment properties file. May be affected by |
cacerts |
INSTALL_DIR\security\cacerts |
Contains various system java-wide stored certificates. Controlled by |
jssecacerts |
INSTALL_DIR\security\jssecacerts |
Contains various system java-wide stored certificates. Controlled by |
trusted.certs |
INSTALL_DIR\security\trusted.certs |
Contains various system java-wide stored certificates. Controlled by |
trusted.clientcerts |
INSTALL_DIR\security\trusted.clientcerts |
Contains various system java-wide stored certificates. Controlled by |
trusted.jssecerts |
INSTALL_DIR\security\trusted.jssecerts |
Contains various system java-wide stored certificates. Controlled by |
locks |
USER_APPDATA\netx\locks |
Location of netx locks. Controlled by |
netx_running |
USER_APPDATA\netx\locks\netx_running |
Location of netx main lock. Controlled by |
cache |
USER_CACHE\cache |
Contains cached runtime entries. Controlled by |
recently_used |
USER_CACHE\cache\recently_used |
Additional information about items in cache. |
pcache |
USER_CACHE\pcache |
Contains saved application data. Controlled by |
tmp |
USER_CACHE\tmp |
Contains temporary runtime files. Controlled by |
.appletTrustSettings |
USER_CONFIG\.appletTrustSettings |
File responsible for various actions on Applets and Apps based on their codebase based on users actions. |
deployment.properties |
USER_CONFIG\deployment.properties |
Users main deployment properties file. To enable logging, add |
icons |
USER_CONFIG\icons |
Location where icons of |
log |
USER_CONFIG\log |
Contains file-log files (if enabled), Controlled by |
java.policy |
USER_CONFIG\security\java.policy |
Contains granted permissions for selected unsigned apps. Controlled by |
trusted.cacerts |
USER_CONFIG\security\trusted.cacerts |
Contains various users stored certificates. Controlled by |
trusted.certs |
USER_CONFIG\security\trusted.certs |
Contains various users stored certificates. Controlled by |
trusted.clientcerts |
USER_CONFIG\security\trusted.clientcerts |
Contains various users stored certificates. Controlled by |
trusted.jssecacerts |
USER_CONFIG\security\trusted.jssecacerts |
Contains various users stored certificates. Controlled by |
trusted.jssecerts |
USER_CONFIG\security\trusted.jssecerts |
Contains various users stored certificates. Controlled by |
javaws |
USER_SHARE\applications\javaws |
Subdirectory in users menus space, for placing custom menu shortcuts. |
.appletTrustSettings |
SUN_JAVA\.appletTrustSettings |
File responsible for various actions on Applets and Apps based on their codebase based on admins actions. |
deployment.config |
SUN_JAVA\deployment.config |
Global deployment config file. |