dbg for applet

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

    dbg for applet

    how can i use java debug on an applet?
    i found a nice applet that displays the time
    and would like to "borrow" it, but it
    reads one line from a file on the same server
    How can I find out what is in this file?
  • KC Wong

    #2
    Re: dbg for applet

    > how can i use java debug on an applet?[color=blue]
    > i found a nice applet that displays the time
    > and would like to "borrow" it, but it[/color]

    Why don't you use the word as it is: "STEAL"
    [color=blue]
    > reads one line from a file on the same server
    > How can I find out what is in this file?[/color]

    Hack the server or steal the source code.

    If you *really* want such an applet, you can ask the author for it, or
    learn to write one yourself.

    If you want help writing one, give more details and I can offer
    help/pointers. But to teach someone to steal? No way.


    KC.

    Comment

    Working...