1

I am testing a java applet in the chrome web browser, and it refuses to change from the old .class file to the new .class file.

I have tried using control+f5, I have tried browsing in icognito mode, I deleted the .class file and recompiled, not even clearing the cache in the settings menu will get Chrome to update from the old .class file to the new one.

I have already run the new application successfully in Firefox.

Question: How can I force Chrome to use a new .class?

<html>

<head>
<title>Applet</title>
</head>

<body bgcolor="grey">
Program&#62;&#62;&#62;
<br/>
<applet code="HelloWorldApplet.class" width="300" height="300"></applet>
<br/>
&#60;&#60;&#60;Program
</body>

</html>
4

0 回答 0