Question

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

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top