tags:

views:

684

answers:

1

how can I save a java applet from a website so I can run it offline?

+1  A: 

Get the url of the classes by looking at the applet tag and download them. You can use FIrebug in Firefox or Fiddler to see the URL's being requested as the page loads if you can't figure it out from the applet tag.

Lou Franco