Java 6.0 Virtual Machine re-caches application on every load
Posted
by David Neale
on Server Fault
See other posts from Server Fault
or by David Neale
Published on 2010-04-27T10:22:45Z
Indexed on
2010/04/27
10:23 UTC
Read the original article
Hit count: 399
I have a Java application which is loaded and cached by the JRE and for most users it only needs to cache once unless the application software has changed.
However, I have one computer that caches the entire application every time they load it. It is not the version of the JRE, I have that running on other machines. It also works on this machine if logged in as a local admin, just not as a standard user.
Does anybody have any ideas on what might be causing this?
© Server Fault or respective owner