• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Where does IE store Applets?

 
Ranch Hand
Posts: 86
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,

When I write applets, and then have to make some modifications, it turns out that Internet explorer continues to display the old applet. It doesn't even help when I delete temporary Internet files. It's obvious that the applets are cached somewhere. Does anybody know where?

I use IE6 on Windows 2000, but I think the behaviour is the same on the lower versions of IE I've used.
 
Ranch Hand
Posts: 424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, different version o windows save applets at different places.
w2k does is i.e. here
J:\Documents and Settings\Peter\Local Settings\Temporary Internet Files

More precisely in one of the subdirectories (varies) this is aproprate for user 'Peter' ..

I think "local settings" is 'always' inbetween

Hope this helps
Peter
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you are using the Java Plug-In, it caches files independently of the browser. Check the Plug-In control on the Control Panel. It has a cache tab where you can clear the cache or get the cache directory.
 
Peter Gragert
Ranch Hand
Posts: 424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Joe,
nice to learn more ... I did not know your remark
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic