Where is the jar files cached for Java Web Start/JNLP applications?

后端 未结 6 1188
挽巷
挽巷 2020-12-06 16:22

Where is the jar files cached for Java Web Start/JNLP applications?

6条回答
  •  长情又很酷
    2020-12-06 16:49

    It depends... on your OS and virtual machine, e.g.:

    • with a Sun JDK 1.5 and Windows XP: C:\Documents and Settings\userid\Application Data\Sun\Java\Deployment\cache\javaws\
    • with a Sun JDK 1.6 and Vista: C:\Users\userid\AppData\LocalLow\Sun\Java\Deployment\cache\6.0
    • with a Sun JDK 1.6 and GNU/Linux: /home/userid/.java/deployment/cache/6.0
    • with a Sun JDK 1.6 and Mac OS X: ~/Library/Caches/Java/cache/6.0/

    With a Sun JDK 6, this can be configured through the Java Control Panel (Temporary Internet Files Settings in the General tab).

提交回复
热议问题