Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

I want to save some Java applets from a website for future offline use. How can I save those? I am providing the link.

share|improve this question
you can ask these type of question in other stackexchange website like superuser.com or others – saber tabatabaee yazdi Mar 14 at 6:56

closed as off topic by Al Everett, Eight Days of Malaise, ChrisF Jun 29 '12 at 11:03

Questions on Web Applications Stack Exchange are expected to relate to web applications within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

In your browser, right click on the page and click "view-source"(This option is there in most of the browsers). Then in the page search for a direct link to the .jar file(try ctrl+f) which will be in tag.

Now any download manager will download the jar file from this link.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.