how to view java applets offline?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gallagher

    how to view java applets offline?

    if it is on a website, is there a tool to capture it to harddrive?

    thanks.

    --
    I was getting into that established, fat,
    professional-pop-star-can-do-no-wrong, worker genius, a record every few
    months and that's all right. A few hare krishnas here and there and I've
    done my social bit
    Lennon


  • Michael Winter

    #2
    [OT] Re: how to view java applets offline?

    Gallagher wrote on 19 Dec 2003 at Fri, 19 Dec 2003 16:25:38 GMT:
    [color=blue]
    > if it is on a website, is there a tool to capture it to harddrive?[/color]

    This group is for questions about the JavaScript language:

    1) Java is not JavaScript.
    2) Your question isn't about either language.

    However, as there doesn't appear to be an appropriate group...

    Depending upon the type of Java applet, it might not be usable off-
    line. The most likely way to get it would be to rip the entire page.
    That way, it should catch the parameters as well as the applet. You
    can do this two ways:

    1) Use a web spider[1] (with the appropriate settings).
    2) Marking the page as viewable offline, which is probably simpler.

    Mike


    [1] Here's a list of some:


    /Internet/Offline_Browsin g_Tools/?tc=1

    --
    Michael Winter
    M.Winter@blueyo nder.co.invalid (replace ".invalid" with ".uk")

    Comment

    • Bob

      #3
      Re: how to view java applets offline?

      On Sat, 20 Dec 2003 00:25:38 +0800, "Gallagher"
      <oasisbmw@magix .com.sg> wrote:
      [color=blue]
      >if it is on a website, is there a tool to capture it to harddrive?
      >[/color]

      I'm not sure what happens in IE or Moz if you just capture the
      "web page". It might save the applet, it might not. You can
      always type a manual URL to the class file and then rebuild
      it into the page locally.

      Of course, you need to make sure that
      you are not exceeding some copyright or terms of use at the
      site where you are "borrowing" the applet.


      Comment

      Working...