Where is the java applet stored?[Resolved]
When an applet is embedded in html and the html is viewed, the jar files are downloaded to the client pc and executed. In win9x, the jar files were stored in "windows\Temporary Internet Files" directory. Can anyone tell me where are they stored on winXP? I've checked "C:\Documents and Settings\someuser\Local Settings\Temporary Internet Files", but it is not there.
Re: Where is the java applet stored?
For anyone who cares to know, it is stored in "C:\Documents and Settings\someuser\Application Data\Sun\Java\Deployment\cache\javapi\v1.0\jar"
directory.