Applet reload?

Hello, I have an applet running then if I for example remove the textures or just change the textures and reload the webbrowser page It doesnt change in the game… Why?

Maybe some caching?

http://docs.oracle.com/javase/1.5.0/docs/guide/deployment/deployment-guide/applet-caching.html

If it’s browser related caching, a CTRL+F5 should do the trick

BTW by pressing CTRL + F5 it reloads but keeps not updating the applet

What can I do to resolve this?

Read this: How do I clear the Java cache?

Edit: this is just another example of unfathomable stupidity involved in Java browser plugin design. A web-based application that does not update automatically. I mean, what’s the point?

Java dates back to a time when automatic updates would have been overly expensive to do for everything by default. It just hasn’t changed with the times. You’ll notice the plugin itself still doesn’t update itself automatically – gives them more chances to put the ask.com shovelware on your PC after all.

It looks like the only language with a truly reliable code transport on the web is javascript. :stuck_out_tongue: