Java 6.0 Virtual Machine re-caches application on every load
- by David Neale
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?