JohnG
JohnG

Reputation: 11

Save JAR for Java Applet

How can you save a Java applet (JAR/etc) so it can be accessed later?

Upvotes: 1

Views: 799

Answers (2)

BalusC
BalusC

Reputation: 1109865

Open the Java Control Panel, in the General section click the button Temporary Internet Files, there you can find (and change) the location where applets and associated files will be saved into.

Upvotes: 1

Matthew Flaschen
Matthew Flaschen

Reputation: 285077

By the time you see the Java applet, it's already saved to your machine. You just have to copy it out of the cache/temporary directory.

Upvotes: 1

Related Questions