Link to home
Start Free TrialLog in
Avatar of Umamaheswararao Gudipudi
Umamaheswararao Gudipudi

asked on

Applet caching expiring issue

Hi I am using applet for doing some client side operation. i just used cache parameter tag "<PARAM NAME="cache_archive" VALUE="a.jar,b.jar,c.jar">" for making server jars are cached. problem is my jars are caching but once i close the browser and open the applet, again my applet is downloading all the jars it is not looking jvm cached jars.

my requirement is once the jars are cached it should not load again. it has to download from local cache.


any body have solution ..?
Avatar of Tomas Helgi Johannsson
Tomas Helgi Johannsson
Flag of Iceland image

Hi!

Depending on what OS you are using then you need to (in Windows/Mac OS) make sure that Temporary Files Settings in the Java Control Panel are correctly set and have enough disk space.

https://www.java.com/en/download/help/plugin_cache.xml
https://docs.oracle.com/javase/7/docs/webnotes/tsg/TSG-Desktop/html/plugin.html

Also take a look at this
http://download.java.net/jdk7u6/docs/technotes/guides/plugin/developer_guide/applet_caching.html

If you are not using the cache_version in then I suggest you look at that possibility to solve your problem.

Regards,
     Tomas Helgi
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.