Java 6 cache problem
Hello,
I have a problem with applets in Java 6. They don't work correctly with Java 6, but work with Java 1.5. I could find the problem. It was some problem with cache. It easy to solve by unchecking check box "Keep temporary files on my computer" in Java Control Panel. However, for my needs It must be solved in another way. Could I toggle off cache somehow else? For instance in applet's code or specify applet's tag parameters in HTML?
Thank you for your help!
4kni
Message was edited by:
4kni
[538 byte] By [
4knia] at [2007-11-27 6:07:53]

# 2
It is difficult to provide more info and describe the problem, but I know this problem exists in Java 6 and update 1 and is related to known bug http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6540236.
This bug will be fixed in Java 6 update 2, but for now the only obvious workaround is to somehow tell end users to open the Java Control Panel, navigate to the "Keep temporary files on my computer" check box and un-check it.
This is NOT a really customer solution. Thus, I am asking how to switch off this cache in another way.
For example, to define in applet's java code some "System" property. Or to define some special <parameter> tag inside <applet> tag in html. Is it really possible?
4knia at 2007-7-12 17:09:33 >
