On 25 May 2012 09:36:07 GMT,
r...@zedat.fu-berlin.de (Stefan Ram)
wrote, quoted or indirectly quoted someone who said :
> A website uses an applet. To analyze its run-time behavior,
> it would be nice if one could substitute the browsers's JVM
> by another JVM that traces all method calls to a file. (It
> would be even better, if only calls from a method of the
> applet to a Java SE method were traced.) Is anything like
> this possible?
If the Applet is not doing anything too fancy with browser
interaction, you can make it into a hybrid, and debug it as an
application.
See
http://mindprod.com/jgloss/applet.html
--
Roedy Green Canadian Mind Products
http://mindprod.com
Controlling complexity is the essence of computer programming.
~ Brian W. Kernighan 1942-01-01
.