Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Applet Won't Refresh

Status
Not open for further replies.

tbuch

Programmer
Oct 17, 2000
80
US
When I make changes to an applet and recompile, I cannot get my browser to pick up the newly created class. I've tried refreshing, but no good. Any tips?
 
delete the class
Then click the html(The browser should have have errors in load the class)
Compile the Java program again
The browser should have load the updated class file now.

You may also use appletviewer myhtml.html to run your applet
 
Thanx, but I figured it out; it's Ctrl+F5 or Ctrl+Refresh
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top