Difference between revisions of "Java"
From Forensics Wiki
Joachim Metz (Talk | contribs) (Created page with "{{Expand}} == Java Cache == As of Java version 6 the Java Cache can be found in the following locations. On MacOS-X <pre> /Users/$USER/Library/Caches/Java/cache/ </pre> On Win...") |
Joachim Metz (Talk | contribs) |
||
| Line 1: | Line 1: | ||
{{Expand}} | {{Expand}} | ||
| − | == Java Cache == | + | == Java WebStart Cache == |
| − | As of Java version 6 the Java Cache can be found in the following locations. | + | As of Java version 6 the Java WebStart Cache can be found in the following locations. |
| + | |||
| + | On Linux | ||
| + | <pre> | ||
| + | /home/$USER/.java/deployment/cache/ | ||
| + | </pre> | ||
On MacOS-X | On MacOS-X | ||
| Line 11: | Line 16: | ||
On Windows XP | On Windows XP | ||
<pre> | <pre> | ||
| − | C:\Documents and Settings\%USERNAME%\Application Data\Sun\Java\Deployment\cache | + | C:\Documents and Settings\%USERNAME%\Application Data\Sun\Java\Deployment\cache\ |
</pre> | </pre> | ||
On Windows Vista and later | On Windows Vista and later | ||
<pre> | <pre> | ||
| − | C:\Users\%USERNAME%\AppData\LocalLow\Sun\Java\Deployment\cache | + | C:\Users\%USERNAME%\AppData\LocalLow\Sun\Java\Deployment\cache\ |
</pre> | </pre> | ||
Revision as of 08:33, 16 November 2011
|
Please help to improve this article by expanding it.
|
Java WebStart Cache
As of Java version 6 the Java WebStart Cache can be found in the following locations.
On Linux
/home/$USER/.java/deployment/cache/
On MacOS-X
/Users/$USER/Library/Caches/Java/cache/
On Windows XP
C:\Documents and Settings\%USERNAME%\Application Data\Sun\Java\Deployment\cache\
On Windows Vista and later
C:\Users\%USERNAME%\AppData\LocalLow\Sun\Java\Deployment\cache\