Perry Smith
Java Questions & Answers
Home /
Java Q & A Page 2 /
Java Q & A Archive Main Page
Refreshing .class file in IE 4.01 - HOW?
Friday, 30-Oct-98 11:34:43
198.81.209.16 writes:
I have a Visual J++ 1.1 applet, and when I use IE 4.01 it doesn't refresh the .class file that I just recompiled (even
when I run it through developer's studio). I am forced to use jview (VJ++ appletviewer), which works fine, but I can't
debug the applet. Any ideas?
Sharon
Responses
Re: Refreshing .class file in IE 4.01 - HOW?
Friday, 30-Oct-98 20:13:54
152.205.252.251 writes:
try this at the command prompt ..
delete iexplrer.exe
and
delete vj++.exe
worked for me ...
but if that doesn't work ... I don't know what to tell ya ... certain browsers only call the start() method of an applet it's
already visited .. and won't call the init() method ...
MikeD
Home /
Java Q & A Page 2 /
Java Q & A Archive Main Page