I want to save some Java applets from a website for future offline use. How can I save those? I am providing the link.
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.
|
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.
|
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. |
|||
|
|