J
Jay
Hello all,
Does anybody know if it is possible to clear the java classloader cache
programmatically through an applet. I know that you can do it manually
by opening the Java Console and then pressing x to clear it but I was
wondering if you can do that programmatically (assuming that the applet
has rights to the filesystem on the computer and even better if it
doesn't).
And if you can't do it through the applet maybe through some other way.
The sole purpose for me trying to do this is that the applet does not
display properly when the page is refreshed or when the user leaves the
applet page and then returns, but the applet just hangs.
I have looked around and seen many responses to this problem but none
really work. My only solutions right now is to tell the users to close
all browsers and then reopen a fresh browser to view the applet OR open
the java console and then clear the cache and then refresh the page.
Both of these solutions are unaxeptable however. Too much for the users
to deal with, and if that wasn't enough although IE has the Java
Console in the tools menu as a default, Firefox doesn't and users would
have to download that as an extension.
Any help would be greatly appreciated, thank you.
..J
Does anybody know if it is possible to clear the java classloader cache
programmatically through an applet. I know that you can do it manually
by opening the Java Console and then pressing x to clear it but I was
wondering if you can do that programmatically (assuming that the applet
has rights to the filesystem on the computer and even better if it
doesn't).
And if you can't do it through the applet maybe through some other way.
The sole purpose for me trying to do this is that the applet does not
display properly when the page is refreshed or when the user leaves the
applet page and then returns, but the applet just hangs.
I have looked around and seen many responses to this problem but none
really work. My only solutions right now is to tell the users to close
all browsers and then reopen a fresh browser to view the applet OR open
the java console and then clear the cache and then refresh the page.
Both of these solutions are unaxeptable however. Too much for the users
to deal with, and if that wasn't enough although IE has the Java
Console in the tools menu as a default, Firefox doesn't and users would
have to download that as an extension.
Any help would be greatly appreciated, thank you.
..J